3 references to _eventQueuePool
Microsoft.CodeAnalysis (3)
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (3)
306
AsyncQueue<CompilationEvent> eventQueue =
_eventQueuePool
.Allocate();
332
FreeEventQueue(eventQueue,
_eventQueuePool
);
701
await attachQueueAndProcessAllEventsAsync(builder, driver,
_eventQueuePool
, cancellationToken).ConfigureAwait(false);