2 writes to _infoCached
System.Private.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
423_infoCached = info.Next; 453_infoCached = info;
3 references to _infoCached
System.Private.Xml (3)
System\Xml\Cache\XPathNodeInfoAtom.cs (3)
414if (_infoCached == null) 422info = _infoCached; 452info.Next = _infoCached;