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