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