ISymbolNamespace [] GetNamespaces()
Gets the namespaces that are used within the current scope.
Represents a lexical scope within T:System.Diagnostics.SymbolStore.ISymbolMethod, providing access to...
ISymbolMethod Method
Gets the method that contains the current lexical scope.
Represents a method within a symbol store.
int EndOffset
Gets the end offset of the current lexical scope.
ISymbolScope Parent
Gets the parent lexical scope of the current scope.
ISymbolVariable [] GetLocals()
Gets the local variables within the current lexical scope.
int StartOffset
Gets the start offset of the current lexical scope.
ISymbolScope [] GetChildren()
Gets the child lexical scopes of the current lexical scope.
Represents a variable within a symbol store.
Represents a namespace within a symbol store.