24 references to ScheduleTask
Microsoft.CodeAnalysis.EditorFeatures (1)
Interactive\InteractiveSession.cs (1)
381return _taskQueue.ScheduleTask(nameof(ExecuteCodeAsync), async () =>
Microsoft.CodeAnalysis.Features (17)
ExternalAccess\UnitTesting\SolutionCrawler\UnitTestingWorkCoordinator.cs (7)
167_eventProcessingQueue.ScheduleTask("Reanalyze", 331_eventProcessingQueue.ScheduleTask( 358_eventProcessingQueue.ScheduleTask( 372_eventProcessingQueue.ScheduleTask( 386_eventProcessingQueue.ScheduleTask(eventName, 392_eventProcessingQueue.ScheduleTask( 405_eventProcessingQueue.ScheduleTask(
SolutionCrawler\WorkCoordinator.cs (9)
136_eventProcessingQueue.ScheduleTask("Reanalyze", 266_eventProcessingQueue.ScheduleTask("OnTextDocumentOpened", 272_eventProcessingQueue.ScheduleTask("OnTextDocumentClosed", 278_eventProcessingQueue.ScheduleTask( 305_eventProcessingQueue.ScheduleTask( 319_eventProcessingQueue.ScheduleTask( 333_eventProcessingQueue.ScheduleTask(eventName, 339_eventProcessingQueue.ScheduleTask( 352_eventProcessingQueue.ScheduleTask(
Workspace\BackgroundParser.cs (1)
205return _taskQueue.ScheduleTask(
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Features\Diagnostics\DiagnosticAnalyzerService_UpdateSource.cs (1)
79_eventQueue.ScheduleTask(nameof(RaiseDiagnosticsUpdated), () => eventActionAsync(raiseEvents), CancellationToken.None);
Microsoft.VisualStudio.LanguageServices (5)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (5)
177_taskQueue.ScheduleTask(nameof(ClearErrors), async () => 306_taskQueue.ScheduleTask("OnSolutionBuild", async () => 421_taskQueue.ScheduleTask("Project New Errors", async () => 435_taskQueue.ScheduleTask("Document New Errors", async () => 451_taskQueue.ScheduleTask("Project New Errors", async () =>