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