6 references to Clear
Microsoft.CodeAnalysis.Collections.Package (6)
SegmentedArray.cs (1)
20=> Clear(array, 0, array.Length);
SegmentedDictionary`2.cs (1)
307SegmentedArray.Clear(_entries, 0, count);
SegmentedHashSet`1.cs (1)
209SegmentedArray.Clear(_entries, 0, count);
SegmentedList`1.cs (3)
399SegmentedArray.Clear(_items, 0, size); // Clear the elements so that the gc can reclaim the references. 1117SegmentedArray.Clear(_items, freeIndex, _size - freeIndex); // Clear the elements so that the gc can reclaim the references. 1177SegmentedArray.Clear(_items, _size, count);