3 references to AnnotatePublicApiRule
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
DeclarePublicApiAnalyzer.Impl.cs (1)
435
reportDiagnosticAtLocations(GetDiagnostic(
AnnotatePublicApiRule
, AnnotateInternalApiRule), propertyBag, publicApiName.NameWithNullability);
DeclarePublicApiAnalyzer_Diagnostics.cs (1)
283
AnnotatePublicApiRule
,
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (1)
DeclarePublicAPIAnalyzerTestsPublic.cs (1)
30
protected override DiagnosticDescriptor AnnotateApiRule => DeclarePublicApiAnalyzer.
AnnotatePublicApiRule
;