6 overrides of ExecuteAsync
Microsoft.CodeAnalysis.Features (5)
SolutionCrawler\WorkCoordinator.HighPriorityProcessor.cs (1)
128
protected override async Task
ExecuteAsync
()
SolutionCrawler\WorkCoordinator.LowPriorityProcessor.cs (1)
47
protected override async Task
ExecuteAsync
()
SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs (1)
104
protected override async Task
ExecuteAsync
()
SolutionCrawler\WorkCoordinator.SemanticChangeProcessor.cs (2)
76
protected override async Task
ExecuteAsync
()
407
protected override async Task
ExecuteAsync
()
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ProcessTelemetry\RemoteProcessTelemetryService.PerformanceReporter.cs (1)
59
protected override Task
ExecuteAsync
()
1 reference to ExecuteAsync
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\IdleProcessor.cs (1)
144
await
ExecuteAsync
().ConfigureAwait(false);