2 overrides of DisabledDiagnostics
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (2)
AnnotatePublicApiAnalyzerTestsInternal.cs (1)
21protected override IEnumerable<string> DisabledDiagnostics => new[] {
AnnotatePublicApiAnalyzerTestsPublic.cs (1)
21protected override IEnumerable<string> DisabledDiagnostics => new[] {
1 reference to DisabledDiagnostics
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (1)
AnnotatePublicApiAnalyzerTestsBase.cs (1)
52test.DisabledDiagnostics.AddRange(DisabledDiagnostics);