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