15 references to AsyncBatchingWorkQueue
Microsoft.CodeAnalysis.EditorFeatures (4)
Classification\Syntactic\SyntacticClassificationTaggerProvider.TagComputer.cs (1)
92_workQueue = new AsyncBatchingWorkQueue<ITextSnapshot>(
Tagging\AbstractAsynchronousTaggerProvider.TagSource.cs (3)
164_eventChangeQueue = new AsyncBatchingWorkQueue<bool>( 171_highPriTagsChangedQueue = new AsyncBatchingWorkQueue<NormalizedSnapshotSpanCollection>( 186_normalPriTagsChangedQueue = new AsyncBatchingWorkQueue<NormalizedSnapshotSpanCollection>(
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
BackgroundWorkIndicator\BackgroundWorkIndicatorContext.cs (1)
112_uiUpdateQueue = new AsyncBatchingWorkQueue<UIUpdateRequest>(
Microsoft.CodeAnalysis.Features (1)
Completion\CompletionService.ProviderManager.cs (1)
41_projectProvidersWorkQueue = new AsyncBatchingWorkQueue<IReadOnlyList<AnalyzerReference>>(
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\SemanticTokens\SemanticTokensRefreshQueue.cs (1)
83_semanticTokenRefreshQueue = new AsyncBatchingWorkQueue<Uri?>(
Microsoft.CodeAnalysis.Remote.ServiceHub (1)
Services\SemanticClassification\RemoteSemanticClassificationService.Caching.cs (1)
60_workQueue = new AsyncBatchingWorkQueue<(Document, ClassificationType, ClassificationOptions)>(
Microsoft.CodeAnalysis.Workspaces (4)
FindSymbols\SymbolTree\SymbolTreeInfoCacheService.cs (1)
46_workQueue = new AsyncBatchingWorkQueue<ProjectId>(
Shared\Utilities\AsyncBatchingWorkQueue`0.cs (1)
22: base(delay, Convert(processBatchAsync), EqualityComparer<VoidResult>.Default, asyncListener, cancellationToken)
Shared\Utilities\AsyncBatchingWorkQueue`1.cs (1)
22: this(delay,
Workspace\ProjectSystem\ProjectSystemProject.cs (1)
182_fileChangesToProcess = new AsyncBatchingWorkQueue<string>(
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractCreateServicesOnTextViewConnection.cs (1)
52_workQueue = new AsyncBatchingWorkQueue<ProjectId?>(
Packaging\PackageInstallerServiceFactory.cs (1)
132_workQueue = new AsyncBatchingWorkQueue<(bool solutionChanged, ProjectId? changedProject)>(
Microsoft.VisualStudio.LanguageServices.Implementation (1)
CodeModel\ProjectCodeModelFactory.cs (1)
64_documentsToFireEventsFor = new AsyncBatchingWorkQueue<DocumentId>(