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