2 instantiations of ConstantInt32Value
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
1390=> new ConstantInt32Value(reader, this); 7690return new ConstantInt32Value(this, handle);
2 references to ConstantInt32Value
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
1389public ConstantInt32Value GetConstantInt32Value(MetadataReader reader) 7688public ConstantInt32Value GetConstantInt32Value(ConstantInt32ValueHandle handle)