3 references to FullList
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
682entryIdx = Interlocked.CompareExchange(ref buckets[bucketIdx], FullList, EndOfList); 693entryIdx = Interlocked.CompareExchange(ref entries[entryIdx].Next, FullList, EndOfList); 730Debug.Assert(entryIdx == FullList, "Linked list should have been closed when it was counted");