Gets the root lexical scope for the current method. This scope encloses the entire method.
[Visual Basic] ReadOnly Property RootScope As ISymbolScope [C#] ISymbolScope RootScope {get;} [C++] ISymbolScope* get_RootScope() = 0; [JScript] abstract function get RootScope() : ISymbolScope;
ISymbolMethod Interface | ISymbolMethod Members | System.Diagnostics.SymbolStore Namespace