5 instantiations of AsyncBatchingWorkQueue
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (1)
46_refreshQueue = _refreshQueue = new AsyncBatchingWorkQueue(
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ProcessTelemetry\RemoteProcessTelemetryService.PerformanceReporter.cs (1)
37_workQueue = new AsyncBatchingWorkQueue(
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorage.cs (1)
113_flushQueue = new AsyncBatchingWorkQueue(
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\AnalyzerItem\AnalyzerItemSource.cs (1)
50_workQueue = new AsyncBatchingWorkQueue(
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
53_workQueue = new AsyncBatchingWorkQueue(
6 references to AsyncBatchingWorkQueue
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SourceGenerators\SourceGeneratorRefreshQueue.cs (1)
30private readonly AsyncBatchingWorkQueue _refreshQueue;
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\ProcessTelemetry\RemoteProcessTelemetryService.PerformanceReporter.cs (1)
27private readonly AsyncBatchingWorkQueue _workQueue;
Microsoft.CodeAnalysis.Workspaces (2)
Storage\SQLite\v2\SQLitePersistentStorage_FlushWrites.cs (1)
17private readonly AsyncBatchingWorkQueue _flushQueue;
Workspace\ProjectSystem\ProjectSystemProject.BatchingDocumentCollection.cs (1)
73/// An <see cref="AsyncBatchingWorkQueue"/> for processing updates to dynamic files. This is lazily created the first time we see
Microsoft.VisualStudio.LanguageServices.Implementation (2)
SolutionExplorer\AnalyzerItem\AnalyzerItemSource.cs (1)
33private readonly AsyncBatchingWorkQueue _workQueue;
SolutionExplorer\DiagnosticItem\BaseDiagnosticAndGeneratorItemSource.cs (1)
32private readonly AsyncBatchingWorkQueue _workQueue;