5 references to ConcurrentAnalyzer
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (3)
CommandLineTests.cs (3)
9450
analyzers: [new WarningDiagnosticAnalyzer(), new
ConcurrentAnalyzer
(["C"]), new DiagnosticSuppressorForId("Warning01", "Suppressor01")],
9482
analyzers: [new
ConcurrentAnalyzer
(["C"]), new DiagnosticSuppressorForId("Warning01", "Suppressor01")],
9509
analyzers: [new
ConcurrentAnalyzer
(["C"])],
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Diagnostics\DiagnosticAnalyzerTests.cs (2)
1428
var analyzers = new DiagnosticAnalyzer[] { new
ConcurrentAnalyzer
(typeNames) };
1441
analyzers = new DiagnosticAnalyzer[] { new
ConcurrentAnalyzer
(typeNames), new NonConcurrentAnalyzer() };