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