6 references to Clear
Microsoft.Build (6)
SegmentedArray.cs (1)
22=> Clear(array, 0, array.Length);
SegmentedDictionary`2.cs (1)
309SegmentedArray.Clear(_entries, 0, count);
SegmentedHashSet`1.cs (1)
211SegmentedArray.Clear(_entries, 0, count);
SegmentedList`1.cs (3)
401SegmentedArray.Clear(_items, 0, size); // Clear the elements so that the gc can reclaim the references. 1119SegmentedArray.Clear(_items, freeIndex, _size - freeIndex); // Clear the elements so that the gc can reclaim the references. 1179SegmentedArray.Clear(_items, _size, count);