Implemented interface member:
method
Clear
System.Collections.Generic.ICollection<T>.Clear()
1 override of Clear
System.Collections (1)
System\Collections\Generic\SortedSet.TreeSubSet.cs (1)
92public override void Clear()
17 references to Clear
Metrics (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
40this.Clear();
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
40this.Clear();
Microsoft.CodeAnalysis.Analyzers (4)
MetaAnalyzers\DiagnosticAnalyzerAPIUsageAnalyzer.cs (2)
129violatingTypeNamesBuilder.Clear(); 130violatingUsedTypeNamesBuilder.Clear();
MetaAnalyzers\Fixers\AnalyzerReleaseTrackingFix.cs (1)
479entriesToAdd.Clear();
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
40this.Clear();
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
40this.Clear();
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
40this.Clear();
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
40this.Clear();
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
40this.Clear();
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
40this.Clear();
System.Collections (4)
System\Collections\Generic\SortedDictionary.cs (1)
198_set.Clear();
System\Collections\Generic\SortedSet.cs (3)
1061Clear(); 1077Clear(); 1118Clear();
Test.Utilities (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
40this.Clear();
Text.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
40this.Clear();