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