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