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