3 references to MaxArrayLength
System.Formats.Nrbf (3)
System\Formats\Nrbf\ArrayInfo.cs (2)
39Debug.Assert(FlattenedLength <= MaxArrayLength); 50if (length < 0 || length > MaxArrayLength)
System\Formats\Nrbf\NrbfDecoder.cs (1)
360if (totalElementCount > ArrayInfo.MaxArrayLength)