2 writes to Next
System.Private.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
452
info.
Next
= _infoCached;
490
info.
Next
= _hashTable[idx];
4 references to Next
System.Private.Xml (4)
System\Xml\Cache\XPathNodeInfoAtom.cs (4)
423
_infoCached = info.
Next
;
456
infoNew = infoNew.
Next
;
470
infoNext = infoNew.
Next
;
516
infoAtom = infoAtom.
Next
;