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)
411
if (
_infoCached
== null)
419
info =
_infoCached
;
449
info.Next =
_infoCached
;