2 instantiations of ConstantReferenceValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
1626=> new ConstantReferenceValue(reader, this); 7705return new ConstantReferenceValue(this, handle);
2 references to ConstantReferenceValue
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
1625public ConstantReferenceValue GetConstantReferenceValue(MetadataReader reader) 7703public ConstantReferenceValue GetConstantReferenceValue(ConstantReferenceValueHandle handle)