1 write to _higherPriorityDocumentsNotProcessed
Microsoft.CodeAnalysis.Features (1)
SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs (1)
56_higherPriorityDocumentsNotProcessed = new ConcurrentDictionary<DocumentId, object?>(concurrencyLevel: 2, capacity: 20);
3 references to _higherPriorityDocumentsNotProcessed
Microsoft.CodeAnalysis.Features (3)
SolutionCrawler\WorkCoordinator.NormalPriorityProcessor.cs (3)
93_higherPriorityDocumentsNotProcessed.TryAdd(id, /*unused*/ null); 202foreach (var (documentId, _) in _higherPriorityDocumentsNotProcessed) 254_higherPriorityDocumentsNotProcessed.TryRemove(documentId, out _);