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