3 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)
38_workQueue = new AsyncBatchingWorkQueue(
Microsoft.CodeAnalysis.Workspaces (1)
Storage\SQLite\v2\SQLitePersistentStorage.cs (1)
113_flushQueue = new AsyncBatchingWorkQueue(
4 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)
28private 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