3 references to Rule
Microsoft.CodeAnalysis.NetAnalyzers (3)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\DoNotCatchGeneralExceptionTypes.cs (3)
33
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics { get; } = ImmutableArray.Create(
Rule
);
41
return catchKeyword.CreateDiagnostic(
Rule
, containingMethod.Name);
51
var symbolNamesOption = analyzerOptions.GetDisallowedSymbolNamesWithValueOption(
Rule
, containingMethod, compilation);