5 references to DeclareInternalApiRuleId
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer_Diagnostics.cs (1)
51id: DiagnosticIds.DeclareInternalApiRuleId,
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (1)
DeclarePublicApiFix.cs (1)
29public sealed override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(DiagnosticIds.DeclarePublicApiRuleId, DiagnosticIds.DeclareInternalApiRuleId);
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (3)
AnnotatePublicApiAnalyzerTestsPublic.cs (1)
22RoslynDiagnosticIds.DeclareInternalApiRuleId,
DeclarePublicAPIAnalyzerTestsInternal.cs (1)
20protected override string AddNewApiId => RoslynDiagnosticIds.DeclareInternalApiRuleId;
DeclarePublicAPIAnalyzerTestsPublic.cs (1)
36RoslynDiagnosticIds.DeclareInternalApiRuleId,