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