7 references to ScheduleTask
Microsoft.CodeAnalysis.Workspaces (6)
Workspace\Workspace.cs (2)
585return ScheduleTask(EventArgs.Empty, handlerSet); 607await ScheduleTask(EventArgs.Empty, handlerSet).ConfigureAwait(false);
Workspace\Workspace_Events.cs (3)
120await this.ScheduleTask(args, handlerSet).ConfigureAwait(false); 149await ScheduleTask(args, handlerSet).ConfigureAwait(false); 174await this.ScheduleTask(args, handlerSet).ConfigureAwait(false);
Workspace\Workspace_Registration.cs (1)
52this.ScheduleTask(EventArgs.Empty, handlerSet);
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MiscellaneousFilesWorkspace.cs (1)
180ScheduleTask(e, handlerSet);