6 overrides of WaitAsync
Microsoft.CodeAnalysis.Features (5)
SolutionCrawler\WorkCoordinator.HighPriorityProcessor.cs (1)
125
protected override Task
WaitAsync
(CancellationToken cancellationToken)
SolutionCrawler\WorkCoordinator.LowPriorityProcessor.cs (1)
44
protected override Task
WaitAsync
(CancellationToken cancellationToken)
SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs (1)
97
protected override Task
WaitAsync
(CancellationToken cancellationToken)
SolutionCrawler\WorkCoordinator.SemanticChangeProcessor.cs (2)
73
protected override Task
WaitAsync
(CancellationToken cancellationToken)
404
protected override Task
WaitAsync
(CancellationToken cancellationToken)
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ProcessTelemetry\RemoteProcessTelemetryService.PerformanceReporter.cs (1)
90
protected override Task
WaitAsync
(CancellationToken cancellationToken)
1 reference to WaitAsync
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\IdleProcessor.cs (1)
135
await
WaitAsync
(CancellationToken).ConfigureAwait(false);