6 references to ISymbolScope
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
184
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.
ISymbolScope
))]
netstandard (1)
netstandard.cs (1)
690
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.
ISymbolScope
))]
System.Diagnostics.StackTrace (4)
System\Diagnostics\SymbolStore\ISymbolMethod.cs (2)
30
ISymbolScope
RootScope { get; }
35
ISymbolScope
GetScope(int offset);
System\Diagnostics\SymbolStore\ISymbolScope.cs (2)
12
ISymbolScope
Parent { get; }
15
ISymbolScope
[] GetChildren();