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