extensionScope

Extensions can be declared within the scope of another message. If this is an extension field, then this will be the scope it was declared in nil if was declared at a global scope.

Descriptor.swift:1229
var extensionScope: Descriptor? { get }