8 references to Clear
Microsoft.Build.Framework (1)
ImmutableSegmentedList`1.cs (1)
198/// <inheritdoc cref="ImmutableList{T}.Clear()"/>
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
198/// <inheritdoc cref="ImmutableList{T}.Clear()"/>
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
198/// <inheritdoc cref="ImmutableList{T}.Clear()"/>
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedList`1.cs (1)
198/// <inheritdoc cref="ImmutableList{T}.Clear()"/>
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
198/// <inheritdoc cref="ImmutableList{T}.Clear()"/>
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
198/// <inheritdoc cref="ImmutableList{T}.Clear()"/>
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.cs (2)
137IImmutableList<T> IImmutableList<T>.Clear() => this.Clear(); 1153return root.IsEmpty ? this.Clear() : new ImmutableList<T>(root);