2 references to GetLocalConstant
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Portable.cs (1)
202
var constant = reader.
GetLocalConstant
(constantHandle);
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\MetadataExtensions.cs (1)
34
public static LocalConstant GetLocalConstant(this LocalConstantHandle handle, MetadataReader reader) => reader.
GetLocalConstant
(handle);