2 writes to nodeCount
System.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
33
this.
nodeCount
= 1; // Every node page contains PageInfo at 0th position
48
set { this.
nodeCount
= value; }
1 reference to nodeCount
System.Xml (1)
System\Xml\Cache\XPathNodeInfoAtom.cs (1)
47
get { return this.
nodeCount
; }