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