2 instantiations of ConstantUInt32ArrayHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
523
handle = new
ConstantUInt32ArrayHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7360
return new
ConstantUInt32ArrayHandle
(this);
10 references to ConstantUInt32ArrayHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
519
public static uint Read(this NativeReader reader, uint offset, out
ConstantUInt32ArrayHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
2291
private readonly
ConstantUInt32ArrayHandle
_handle;
2293
internal ConstantUInt32Array(MetadataReader reader,
ConstantUInt32ArrayHandle
handle)
2302
public
ConstantUInt32ArrayHandle
Handle => _handle;
2329
if (obj is
ConstantUInt32ArrayHandle
)
2330
return _value == ((
ConstantUInt32ArrayHandle
)obj)._value;
2337
public bool Equals(
ConstantUInt32ArrayHandle
handle) => _value == handle._value;
2343
public static implicit operator Handle(
ConstantUInt32ArrayHandle
handle)
7358
public
ConstantUInt32ArrayHandle
ToConstantUInt32ArrayHandle(MetadataReader reader)
7748
public ConstantUInt32Array GetConstantUInt32Array(
ConstantUInt32ArrayHandle
handle)