6 references to AnnotateInternalApiRuleId
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer_Diagnostics.cs (1)
73
id: DiagnosticIds.
AnnotateInternalApiRuleId
,
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (2)
AnnotatePublicApiFix.cs (2)
30
ImmutableArray.Create(DiagnosticIds.AnnotatePublicApiRuleId, DiagnosticIds.
AnnotateInternalApiRuleId
);
146
case DiagnosticIds.
AnnotateInternalApiRuleId
:
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (3)
AnnotatePublicApiAnalyzerTestsInternal.cs (1)
17
protected override string AnnotateApiId => RoslynDiagnosticIds.
AnnotateInternalApiRuleId
;
AnnotatePublicApiAnalyzerTestsPublic.cs (1)
26
RoslynDiagnosticIds.
AnnotateInternalApiRuleId
,
DeclarePublicAPIAnalyzerTestsPublic.cs (1)
40
RoslynDiagnosticIds.
AnnotateInternalApiRuleId
,