3 references to RemoveDeletedPublicApiRule
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
DeclarePublicApiAnalyzer.Impl.cs (1)
767
reportDiagnostic(Diagnostic.Create(GetDiagnostic(
RemoveDeletedPublicApiRule
, RemoveDeletedInternalApiRule), location, propertyBag, pair.Value.Text));
DeclarePublicApiAnalyzer_Diagnostics.cs (1)
287
RemoveDeletedPublicApiRule
,
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (1)
DeclarePublicAPIAnalyzerTestsPublic.cs (1)
26
protected override DiagnosticDescriptor RemoveDeletedApiRule => DeclarePublicApiAnalyzer.
RemoveDeletedPublicApiRule
;