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