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