2 references to GetLocalVariable
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Portable.cs (1)
176
var variable = reader.
GetLocalVariable
(variableHandle);
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);