1 reference to SimpleDiagnosticQueue
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\DiagnosticQueue.cs (1)
32return categorized ? (DiagnosticQueue)new CategorizedDiagnosticQueue() : new SimpleDiagnosticQueue();