2 writes to _lengthA
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryParser.cs (1)
809pr._lengthA = record._lengthA;
System\Runtime\Serialization\Formatters\Binary\BinaryUtilClasses.cs (1)
116_lengthA = null;
15 references to _lengthA
System.Runtime.Serialization.Formatters (15)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectReader.cs (11)
406Debug.Assert(pr._lengthA != null); 413pr._objectA = new string[pr._lengthA[0]]; 419pr._objectA = new object[pr._lengthA[0]]; 425pr._newObj = Array.CreateInstance(pr._arrayElementType, pr._lengthA[0]); 433pr._newObj = Array.CreateInstance(pr._arrayElementType, pr._lengthA, pr._lowerBoundA); 472Debug.Assert(pr._lengthA != null); 477Array.CreateInstance(pr._arrayElementType, pr._lengthA) : 478Array.CreateInstance(pr._arrayElementType, pr._lengthA, pr._lowerBoundA); 485sum *= pr._lengthA[i]; 500Debug.Assert(pr._rectangularMap != null && pr._lengthA != null && pr._indexMap != null); 511if (pr._rectangularMap[irank] < pr._lengthA[irank] - 1)
System\Runtime\Serialization\Formatters\Binary\BinaryParser.cs (4)
865Debug.Assert(pr._lengthA != null); 868pr._newObj = ReadBytes(pr._lengthA[0]); 872pr._newObj = ReadChars(pr._lengthA[0]); 878pr._newObj = Converter.CreatePrimitiveArray(pr._arrayElementTypeCode, pr._lengthA[0]);