3 references to MaxArrayLength
System.Formats.Nrbf (3)
System\Formats\Nrbf\ArrayInfo.cs (2)
43
Debug.Assert(FlattenedLength <=
MaxArrayLength
);
54
if (length < 0 || length >
MaxArrayLength
)
System\Formats\Nrbf\BinaryArrayRecord.cs (1)
174
if (totalElementCount > ArrayInfo.
MaxArrayLength
)