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