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)
30ISymbolScope RootScope { get; } 35ISymbolScope GetScope(int offset);
System\Diagnostics\SymbolStore\ISymbolScope.cs (2)
12ISymbolScope Parent { get; } 15ISymbolScope[] GetChildren();