Represents a lexical scope within System.Diagnostics.SymbolStore.ISymbolMethod, providing access to the start and end offsets of the scope, as well as its child and parent scopes.
See Also: ISymbolScope Members
The System.Diagnostics.SymbolStore.ISymbolScope interface also provides access to all locals defined within the current scope.
This interface is the managed counterpart of the ISymUnmanagedScope interface, which is one of the unmanaged symbol store interfaces that provide an alternate way to read and write debug symbol information.