3 references to DeclareNewInternalApiRule
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
DeclarePublicApiAnalyzer.Impl.cs (1)
421
reportDiagnosticAtLocations(GetDiagnostic(DeclareNewPublicApiRule,
DeclareNewInternalApiRule
), propertyBag, publicApiName);
DeclarePublicApiAnalyzer_Diagnostics.cs (1)
282
DeclareNewInternalApiRule
,
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (1)
DeclarePublicAPIAnalyzerTestsInternal.cs (1)
25
protected override DiagnosticDescriptor DeclareNewApiRule => DeclarePublicApiAnalyzer.
DeclareNewInternalApiRule
;