4 references to Length
System.Formats.Nrbf (4)
System\Formats\Nrbf\BinaryArrayRecord.cs (4)
45public override ReadOnlySpan<int> Lengths => new int[1] { Length }; 82? Array.CreateInstance(elementType, Length) 83: Array.CreateInstanceFromArrayType(arrayType, Length); 213result = checked(result + jaggedArrayRecord.Length); // count the arrays themselves