2 references to Rule
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetFramework.Analyzers\DoNotCatchCorruptedStateExceptions.cs (2)
30public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(Rule); 39return catchKeyword.CreateDiagnostic(Rule, containingMethod.ToDisplayString());