2 writes to _infoCached
System.Private.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
420_infoCached = info.Next; 450_infoCached = info;
3 references to _infoCached
System.Private.Xml (3)
System\Xml\Cache\XPathNodeInfoAtom.cs (3)
411if (_infoCached == null) 419info = _infoCached; 449info.Next = _infoCached;