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