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