1 instantiation of LocalConstant
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1404
return new
LocalConstant
(this, handle);
2 references to LocalConstant
System.Reflection.Metadata (1)
System\Reflection\Metadata\MetadataReader.cs (1)
1402
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);