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