5 references to Clear
Microsoft.Build.Framework (5)
SegmentedDictionary`2.cs (2)
239SegmentedArray.Clear(_buckets, 0, _buckets.Length); 244SegmentedArray.Clear(_entries, 0, count);
SegmentedList`1.cs (3)
328SegmentedArray.Clear(_items, 0, size); // Clear the elements so that the gc can reclaim the references. 965SegmentedArray.Clear(_items, freeIndex, _size - freeIndex); // Clear the elements so that the gc can reclaim the references. 1025SegmentedArray.Clear(_items, _size, count);