1 write to _taskQueue
Microsoft.VisualStudio.LanguageServices (1)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (1)
79
_taskQueue
= new AsyncBatchingWorkQueue<Func<CancellationToken, Task>>(
6 references to _taskQueue
Microsoft.VisualStudio.LanguageServices (6)
TaskList\ExternalErrorDiagnosticUpdateSource.cs (6)
35
/// schedule updating/processing this state on a serialized <see cref="
_taskQueue
"/> in the background.
56
/// Serial access is guaranteed by the <see cref="
_taskQueue
"/>
115
_taskQueue
.AddWork(async cancellationToken =>
128
_taskQueue
.AddWork(async cancellationToken =>
149
_taskQueue
.AddWork(async cancellationToken =>
261
/// Serial access to this is guaranteed as all calls run inside the <see cref="
_taskQueue
"/>