2 instantiations of ConstantUInt32Value
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
2429=> new ConstantUInt32Value(reader, this); 7755return new ConstantUInt32Value(this, handle);
2 references to ConstantUInt32Value
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
2428public ConstantUInt32Value GetConstantUInt32Value(MetadataReader reader) 7753public ConstantUInt32Value GetConstantUInt32Value(ConstantUInt32ValueHandle handle)