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