1 instantiation of ReportOnTypeAnalyzer
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (1)
EndToEndTests.cs (1)
1074var analyzers = new DiagnosticAnalyzer[] { new ReportOnTypeAnalyzer() };
1 reference to ReportOnTypeAnalyzer
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (1)
EndToEndTests.cs (1)
1043const string realSuppression = $"""[assembly: SuppressMessage("Test", "{ReportOnTypeAnalyzer.DiagnosticId}", Scope = "type", Target = "~T:Targeted")]""";