2 instantiations of ConstantUInt64Value
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
2589=> new ConstantUInt64Value(reader, this); 7765return new ConstantUInt64Value(this, handle);
2 references to ConstantUInt64Value
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
2588public ConstantUInt64Value GetConstantUInt64Value(MetadataReader reader) 7763public ConstantUInt64Value GetConstantUInt64Value(ConstantUInt64ValueHandle handle)