3 writes to countAddPointer
System.Data (3)
fx\src\data\System\NewXml\XmlDataDocument.cs (3)
61
countAddPointer
++;
73
countAddPointer
= 0;
2336
this.
countAddPointer
= 0;
1 reference to countAddPointer
System.Data (1)
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
62
if (
countAddPointer
>= 5 ) { // 5 is choosed to be small enough to not affect perf, but high enough so we will not scan all the time