1 instantiation of Int32Collection
System.Private.CoreLib (1)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
75
values = new
Int32Collection
(reader, offset);
8 references to Int32Collection
System.Private.CoreLib (8)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
73
public static unsafe uint Read(this NativeReader reader, uint offset, out
Int32Collection
values)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (6)
53
public
Int32Collection
Sizes => _sizes;
54
private readonly
Int32Collection
_sizes;
56
public
Int32Collection
LowerBounds => _lowerBounds;
57
private readonly
Int32Collection
_lowerBounds;
1265
public
Int32Collection
Value => _value;
1266
private readonly
Int32Collection
_value;
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (1)
845
public static int[] ToArray(this
Int32Collection
collection, Type enumType = null)