3 references to Length
System.Runtime.Serialization.BinaryFormat (3)
System\Runtime\Serialization\BinaryFormat\BinaryArrayRecord.cs (3)
41public override ReadOnlySpan<int> Lengths => new int[1] { Length }; 62? Array.CreateInstance(elementType, Length) 63: Array.CreateInstanceFromArrayType(arrayType, Length);