2 writes to Next
System.Private.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
449info.Next = _infoCached; 487info.Next = _hashTable[idx];
4 references to Next
System.Private.Xml (4)
System\Xml\Cache\XPathNodeInfoAtom.cs (4)
420_infoCached = info.Next; 453infoNew = infoNew.Next; 467infoNext = infoNew.Next; 513infoAtom = infoAtom.Next;