7 references to ISymbolVariable
mscorlib (1)
src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
185[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolVariable))]
netstandard (1)
netstandard.cs (1)
691[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Diagnostics.SymbolStore.ISymbolVariable))]
System.Diagnostics.StackTrace (5)
System\Diagnostics\SymbolStore\ISymbolMethod.cs (1)
55ISymbolVariable[] GetParameters();
System\Diagnostics\SymbolStore\ISymbolNamespace.cs (1)
15ISymbolVariable[] GetVariables();
System\Diagnostics\SymbolStore\ISymbolReader.cs (2)
33ISymbolVariable[] GetVariables(SymbolToken parent); 36ISymbolVariable[] GetGlobalVariables();
System\Diagnostics\SymbolStore\ISymbolScope.cs (1)
25ISymbolVariable[] GetLocals();