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