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