2 references to ConstantInt32ValueHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
415
handle = new
ConstantInt32ValueHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
1356
internal ConstantInt32ValueHandle(Handle handle) :
this
(handle._value)