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