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