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