2 writes to infoCached
System.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
376this.infoCached = info.Next; 403this.infoCached = info;
3 references to infoCached
System.Xml (3)
System\Xml\Cache\XPathNodeInfoAtom.cs (3)
369if (this.infoCached == null) { 375info = this.infoCached; 402info.Next = this.infoCached;