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