5 writes to lowerBoundA
mscorlib (5)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (5)
1645this.lowerBoundA = lowerBoundA; 1717lowerBoundA = new Int32[rank]; 1727lowerBoundA = new Int32[rank]; 1737lowerBoundA = new Int32[rank]; 1746lowerBoundA = new Int32[rank];
4 references to lowerBoundA
mscorlib (4)
system\runtime\serialization\formatters\binary\binarycommonclasses.cs (2)
1697sout.WriteInt32(lowerBoundA[i]); 1754lowerBoundA[i] = input.ReadInt32();
system\runtime\serialization\formatters\binary\binaryparser.cs (2)
955pr.PRlowerBoundA = record.lowerBoundA; 965(record.lowerBoundA[0] == 0))