1 implementation of StartSolutionCrawlerAsync
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\DiagnosticAnalyzer\RemoteDiagnosticAnalyzerService.cs (1)
39
public ValueTask
StartSolutionCrawlerAsync
(CancellationToken cancellationToken)
2 references to StartSolutionCrawlerAsync
Microsoft.CodeAnalysis.Remote.Workspaces (1)
ServiceHubRemoteHostClient.cs (1)
107
(service, cancellationToken) => service.
StartSolutionCrawlerAsync
(cancellationToken),
Roslyn.VisualStudio.Next.UnitTests (1)
Services\ServiceHubServicesTests.cs (1)
128
(service, cancellationToken) => service.
StartSolutionCrawlerAsync
(cancellationToken),