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)
55
ISymbolVariable
[] GetParameters();
System\Diagnostics\SymbolStore\ISymbolNamespace.cs (1)
15
ISymbolVariable
[] GetVariables();
System\Diagnostics\SymbolStore\ISymbolReader.cs (2)
33
ISymbolVariable
[] GetVariables(SymbolToken parent);
36
ISymbolVariable
[] GetGlobalVariables();
System\Diagnostics\SymbolStore\ISymbolScope.cs (1)
25
ISymbolVariable
[] GetLocals();