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