3 implementations of Clear
Microsoft.CodeAnalysis.EditorFeatures (1)
Shared\Utilities\UIThreadOperationContextProgressTracker.cs (1)
53public void Clear()
Microsoft.CodeAnalysis.Workspaces (2)
NoOpProgressTracker.cs (1)
25public void Clear()
Shared\Utilities\ProgressTracker.cs (1)
57public void Clear()
2 references to Clear
Microsoft.CodeAnalysis.EditorFeatures.Cocoa (1)
SuggestedAction.cs (1)
163progressTracker.Clear();
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Suggestions\SuggestedActions\SuggestedAction.cs (1)
163progressTracker.Clear();