6 references to DeclarePublicApiRuleId
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer_Diagnostics.cs (1)
40id: DiagnosticIds.DeclarePublicApiRuleId,
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (2)
DeclarePublicApiFix.cs (2)
29public sealed override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(DiagnosticIds.DeclarePublicApiRuleId, DiagnosticIds.DeclareInternalApiRuleId); 42bool isPublic = diagnostic.Id == DiagnosticIds.DeclarePublicApiRuleId;
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (3)
AnnotatePublicApiAnalyzerTestsInternal.cs (1)
22RoslynDiagnosticIds.DeclarePublicApiRuleId,
DeclarePublicAPIAnalyzerTestsInternal.cs (1)
36RoslynDiagnosticIds.DeclarePublicApiRuleId,
DeclarePublicAPIAnalyzerTestsPublic.cs (1)
20protected override string AddNewApiId => RoslynDiagnosticIds.DeclarePublicApiRuleId;