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