Implemented interface member:
method
Unregister
Microsoft.CodeAnalysis.SolutionCrawler.ISolutionCrawlerRegistrationService.Unregister(Microsoft.CodeAnalysis.Workspace, System.Boolean)
11 references to Unregister
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Diagnostics\DiagnosticTaggerWrapper.cs (1)
103=> _registrationService.Unregister(_workspace);
LanguageServer\AbstractLanguageServerProtocolTests.cs (1)
696solutionCrawlerRegistrationService.Unregister(TestWorkspace);
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (9)
SolutionCrawler\WorkCoordinatorTests.cs (9)
47registrationService.Unregister(workspace); 77service.Unregister(workspace); 679service.Unregister(workspace); 845service.Unregister(workspace); 907service.Unregister(workspace); 953service.Unregister(workspace); 1519service.Unregister(workspace); 1554service.Unregister(workspace); 1579service.Unregister(workspace);