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