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);
202
foreach (var (documentId, _) in
_higherPriorityDocumentsNotProcessed
)
254
_higherPriorityDocumentsNotProcessed
.TryRemove(documentId, out _);