8 references to AddWork
Microsoft.CodeAnalysis.Razor.Workspaces (2)
Utilities\AsyncBatchingWorkQueue.cs (1)
26=> AddWork(default(VoidResult), cancelExistingWork);
Utilities\AsyncBatchingWorkQueue`2.cs (1)
69/// langword="true"/> to <see cref="AddWork(TItem, bool)"/>. Work in the queue that has not started will be
Microsoft.CodeAnalysis.Razor.Workspaces.UnitTests (3)
Utilities\AsyncBatchingWorkQueueTest.cs (3)
35workQueue.AddWork(i); 76workQueue.AddWork(i); 77workQueue.AddWork(i);
Microsoft.VisualStudio.LanguageServices.Razor (3)
Logging\RazorActivityLog.cs (3)
81_loggingQueue.AddWork((EntryType.Error, message)); 86_loggingQueue.AddWork((EntryType.Warning, message)); 91_loggingQueue.AddWork((EntryType.Info, message));