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