Implemented interface member:
3 references to Clone
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (3)
src\Dependencies\Collections\SegmentedHashSet`1.cs (2)
165_buckets = (SegmentedArray<int>)source._buckets.Clone(); 166_entries = (SegmentedArray<Entry>)source._entries.Clone();
src\Dependencies\Collections\SegmentedList`1.cs (1)
80_items = (SegmentedArray<T>)segmentedList._items.Clone();