2 writes to _lowerBoundA
System.Runtime.Serialization.Formatters (2)
System\Runtime\Serialization\Formatters\Binary\BinaryParser.cs (1)
810pr._lowerBoundA = record._lowerBoundA;
System\Runtime\Serialization\Formatters\Binary\BinaryUtilClasses.cs (1)
117_lowerBoundA = null;
10 references to _lowerBoundA
System.Runtime.Serialization.Formatters (10)
System\Runtime\Serialization\Formatters\Binary\BinaryObjectReader.cs (10)
409if ((pr._lowerBoundA == null) || (pr._lowerBoundA[0] == 0)) 433pr._newObj = Array.CreateInstance(pr._arrayElementType, pr._lengthA, pr._lowerBoundA); 461if (pr._lowerBoundA != null) 465if (pr._lowerBoundA[i] != 0) 475Debug.Assert(pr._lowerBoundA != null); 478Array.CreateInstance(pr._arrayElementType, pr._lengthA, pr._lowerBoundA); 538Debug.Assert(objectPr != null && objectPr._indexMap != null && objectPr._lowerBoundA != null); 551objectPr._indexMap[i] = objectPr._rectangularMap[i] + objectPr._lowerBoundA[i]; 559objectPr._lowerBoundA[0] + objectPr._memberIndex; // Lower Bound based array