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