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)
35
workQueue.
AddWork
(i);
76
workQueue.
AddWork
(i);
77
workQueue.
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));