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()
15 references to Clear
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
41this.Clear();
ILCompiler.Compiler (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\StringTableBuilder.cs (1)
70_reservedStrings.Clear();
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\StringTableBuilder.cs (1)
70_reservedStrings.Clear();
Microsoft.CodeAnalysis.Analyzers (4)
MetaAnalyzers\DiagnosticAnalyzerAPIUsageAnalyzer.cs (2)
129violatingTypeNamesBuilder.Clear(); 130violatingUsedTypeNamesBuilder.Clear();
MetaAnalyzers\Fixers\AnalyzerReleaseTrackingFix.cs (1)
480entriesToAdd.Clear();
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
41this.Clear();
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
41this.Clear();
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
41this.Clear();
NuGet.Resolver (1)
ResolverInputSort.cs (1)
86childrenOfLastId.Clear();
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledSortedSet.cs (1)
41this.Clear();
System.Collections (4)
System\Collections\Generic\SortedDictionary.cs (1)
198_set.Clear();
System\Collections\Generic\SortedSet.cs (3)
1058Clear(); 1074Clear(); 1115Clear();