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