1 instantiation of UInt32Collection
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
84
values = new
UInt32Collection
(reader, offset);
4 references to UInt32Collection
System.Private.CoreLib (4)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
82
public static unsafe uint Read(this NativeReader reader, uint offset, out
UInt32Collection
values)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (2)
2304
public
UInt32Collection
Value => _value;
2305
private readonly
UInt32Collection
_value;
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
821
public static uint[] ToArray(this
UInt32Collection
collection, Type enumType = null)