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