4 references to Count
Microsoft.CodeAnalysis (4)
DiagnosticAnalyzer\AnalyzerDriver.cs (2)
1519var workerCount = prePopulatedEventQueue ? Math.Min(CompilationEventQueue.Count, _workerCount) : _workerCount; 1588CompilationEventQueue.Count == 0)
DiagnosticAnalyzer\AsyncQueue.cs (1)
197Debug.Assert(this.Count == 0, "we should not be cancelling the waiters when we have items in the queue");
DiagnosticAnalyzer\CompilationWithAnalyzers.cs (1)
1049if (eventQueue.Count == 0)