2 overrides of ShouldAnnotateApiFilesId
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (2)
AnnotatePublicApiAnalyzerTestsInternal.cs (1)
18protected override string ShouldAnnotateApiFilesId => RoslynDiagnosticIds.ShouldAnnotateInternalApiFilesRuleId;
AnnotatePublicApiAnalyzerTestsPublic.cs (1)
18protected override string ShouldAnnotateApiFilesId => RoslynDiagnosticIds.ShouldAnnotatePublicApiFilesRuleId;
4 references to ShouldAnnotateApiFilesId
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (4)
AnnotatePublicApiAnalyzerTestsBase.cs (4)
248{{EnabledModifier}} string? {|{{ShouldAnnotateApiFilesId}}:Field|}; 267{{EnabledModifier}} string {|{{ShouldAnnotateApiFilesId}}:Field2|}; 286{{EnabledModifier}} string? {|{{ShouldAnnotateApiFilesId}}:Field|}; 287{{EnabledModifier}} string {|{{ShouldAnnotateApiFilesId}}:Field2|};