2 writes to pageInfo
System.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
99
this.
pageInfo
= pageInfo;
130
this.
pageInfo
= null;
2 references to pageInfo
System.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
142
get { return this.
pageInfo
; }
264
Debug.Assert(this.
pageInfo
== null);