1 instantiation of LocalConstant
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1385
return new
LocalConstant
(this, handle);
3 references to LocalConstant
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\MethodDebugInfo.Portable.cs (1)
202
var
constant = reader.GetLocalConstant(constantHandle);
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1383
public
LocalConstant
GetLocalConstant(LocalConstantHandle handle)
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);