7 references to ShouldAnnotateInternalApiFilesRuleId
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer_Diagnostics.cs (1)
269
id: DiagnosticIds.
ShouldAnnotateInternalApiFilesRuleId
,
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (2)
DeclarePublicApiFix.cs (1)
277
or RoslynDiagnosticIds.
ShouldAnnotateInternalApiFilesRuleId
NullableEnablePublicApiFix.cs (1)
27
ImmutableArray.Create(DiagnosticIds.ShouldAnnotatePublicApiFilesRuleId, DiagnosticIds.
ShouldAnnotateInternalApiFilesRuleId
);
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (4)
AnnotatePublicApiAnalyzerTestsInternal.cs (1)
18
protected override string ShouldAnnotateApiFilesId => RoslynDiagnosticIds.
ShouldAnnotateInternalApiFilesRuleId
;
AnnotatePublicApiAnalyzerTestsPublic.cs (1)
27
RoslynDiagnosticIds.
ShouldAnnotateInternalApiFilesRuleId
,
DeclarePublicAPIAnalyzerTestsInternal.cs (1)
23
protected override string ShouldAnnotateApiFilesId => RoslynDiagnosticIds.
ShouldAnnotateInternalApiFilesRuleId
;
DeclarePublicAPIAnalyzerTestsPublic.cs (1)
41
RoslynDiagnosticIds.
ShouldAnnotateInternalApiFilesRuleId
,