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