8 implementations of Clear
Microsoft.Build.Framework (1)
ImmutableSegmentedList`1.cs (1)
601IImmutableList<T> IImmutableList<T>.Clear()
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
601IImmutableList<T> IImmutableList<T>.Clear()
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
601IImmutableList<T> IImmutableList<T>.Clear()
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedList`1.cs (1)
601IImmutableList<T> IImmutableList<T>.Clear()
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
601IImmutableList<T> IImmutableList<T>.Clear()
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
601IImmutableList<T> IImmutableList<T>.Clear()
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableArray_1.cs (1)
1071IImmutableList<T> IImmutableList<T>.Clear()
System\Collections\Immutable\ImmutableList_1.cs (1)
137IImmutableList<T> IImmutableList<T>.Clear() => this.Clear();
1 reference to Clear
Microsoft.CodeAnalysis.UnitTests (1)
Collections\ImmutableSegmentedListTest.cs (1)
110Assert.True(IsSame(empty, ((System.Collections.Immutable.IImmutableList<GenericParameterHelper>)empty).Clear()));