2 overrides of DisabledDiagnostics
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (2)
DeclarePublicAPIAnalyzerTestsInternal.cs (1)
35protected override IEnumerable<string> DisabledDiagnostics => new[] {
DeclarePublicAPIAnalyzerTestsPublic.cs (1)
35protected override IEnumerable<string> DisabledDiagnostics => new[] {
7 references to DisabledDiagnostics
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (7)
DeclarePublicAPIAnalyzerTestsBase.cs (7)
97test.DisabledDiagnostics.AddRange(DisabledDiagnostics); 123test.DisabledDiagnostics.AddRange(DisabledDiagnostics); 150test.DisabledDiagnostics.AddRange(DisabledDiagnostics); 178test.DisabledDiagnostics.AddRange(DisabledDiagnostics); 204test.DisabledDiagnostics.AddRange(DisabledDiagnostics); 243test.DisabledDiagnostics.AddRange(DisabledDiagnostics); 3294test.DisabledDiagnostics.AddRange(DisabledDiagnostics);