3 references to ObliviousPublicApiRule
Microsoft.CodeAnalysis.PublicApiAnalyzers (2)
DeclarePublicApiAnalyzer.Impl.cs (1)
448
reportDiagnosticAtLocations(GetDiagnostic(
ObliviousPublicApiRule
, ObliviousInternalApiRule), ImmutableDictionary<string, string?>.Empty, errorMessageName);
DeclarePublicApiAnalyzer_Diagnostics.cs (1)
285
ObliviousPublicApiRule
,
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (1)
DeclarePublicAPIAnalyzerTestsPublic.cs (1)
31
protected override DiagnosticDescriptor ObliviousApiRule => DeclarePublicApiAnalyzer.
ObliviousPublicApiRule
;