1 instantiation of LocalVariable
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1380
return new
LocalVariable
(this, handle);
3 references to LocalVariable
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Portable.cs (1)
176
var
variable = reader.GetLocalVariable(variableHandle);
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1378
public
LocalVariable
GetLocalVariable(LocalVariableHandle handle)
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
38
public static
LocalVariable
GetLocalVariable(this LocalVariableHandle handle, MetadataReader reader) => reader.GetLocalVariable(handle);