8 references to ShouldAnnotatePublicApiFilesRuleId
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer_Diagnostics.cs (1)
258
id: DiagnosticIds.
ShouldAnnotatePublicApiFilesRuleId
,
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (3)
DeclarePublicApiFix.cs (1)
276
if (diagnostic.Id is RoslynDiagnosticIds.
ShouldAnnotatePublicApiFilesRuleId
NullableEnablePublicApiFix.cs (2)
27
ImmutableArray.Create(DiagnosticIds.
ShouldAnnotatePublicApiFilesRuleId
, DiagnosticIds.ShouldAnnotateInternalApiFilesRuleId);
38
var isPublic = diagnostic.Id == DiagnosticIds.
ShouldAnnotatePublicApiFilesRuleId
;
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (4)
AnnotatePublicApiAnalyzerTestsInternal.cs (1)
27
RoslynDiagnosticIds.
ShouldAnnotatePublicApiFilesRuleId
,
AnnotatePublicApiAnalyzerTestsPublic.cs (1)
18
protected override string ShouldAnnotateApiFilesId => RoslynDiagnosticIds.
ShouldAnnotatePublicApiFilesRuleId
;
DeclarePublicAPIAnalyzerTestsInternal.cs (1)
41
RoslynDiagnosticIds.
ShouldAnnotatePublicApiFilesRuleId
,
DeclarePublicAPIAnalyzerTestsPublic.cs (1)
23
protected override string ShouldAnnotateApiFilesId => RoslynDiagnosticIds.
ShouldAnnotatePublicApiFilesRuleId
;