2 writes to Next
System.Xml (2)
System\Xml\Cache\XPathNodeInfoAtom.cs (2)
402info.Next = this.infoCached; 436info.Next = this.hashTable[idx];
4 references to Next
System.Xml (4)
System\Xml\Cache\XPathNodeInfoAtom.cs (4)
376this.infoCached = info.Next; 406infoNew = infoNew.Next; 417infoNext = infoNew.Next; 459infoAtom = infoAtom.Next;