3 references to FullList
System.Private.Xml.Linq (3)
System\Xml\Linq\XHashtable.cs (3)
179entryIdx = Interlocked.CompareExchange(ref _buckets[bucketIdx], FullList, EndOfList); 192entryIdx = Interlocked.CompareExchange(ref _entries[entryIdx].Next, FullList, EndOfList); 232Debug.Assert(entryIdx == FullList, "Linked list should have been closed when it was counted");