4 references to GetExpectedV2SuppressionTextForRulesSection
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
SarifV2ErrorLoggerTests.cs (1)
245""category"": ""Compiler""" + AnalyzerForErrorLogTest.GetExpectedV2SuppressionTextForRulesSection(suppressionKinds) + @",
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\CommonDiagnosticAnalyzers.cs (2)
470""category"": """ + Descriptor1.Category + @"""" + GetExpectedV2SuppressionTextForRulesSection(suppressionKinds1) + @", 491""category"": """ + Descriptor2.Category + @"""" + GetExpectedV2SuppressionTextForRulesSection(suppressionKinds2) + @",
Microsoft.CodeAnalysis.VisualBasic.CommandLine.UnitTests (1)
SarifV2ErrorLoggerTests.vb (1)
229""category"": ""Compiler""" + AnalyzerForErrorLogTest.GetExpectedV2SuppressionTextForRulesSection(suppressionKinds) + ",