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