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
48
set {
_nodeCount
= value; }
1 reference to _nodeCount
System.Private.Xml (1)
System\Xml\Cache\XPathNodeInfoAtom.cs (1)
47
get { return
_nodeCount
; }