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