2 instantiations of NonConcurrentAnalyzer
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Diagnostics\DiagnosticAnalyzerTests.cs (2)
1395var analyzers = new DiagnosticAnalyzer[] { new NonConcurrentAnalyzer() }; 1440analyzers = new DiagnosticAnalyzer[] { new ConcurrentAnalyzer(typeNames), new NonConcurrentAnalyzer() };