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)
414
if (
_infoCached
== null)
422
info =
_infoCached
;
452
info.Next =
_infoCached
;