4 references to CatchClause
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (2)
2594/// <item><description><see cref="OperationKind.CatchClause"/></description></item> 8086public override OperationKind Kind => OperationKind.CatchClause;
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\QualityGuidelines\RethrowToPreserveStackDetails.cs (1)
54if (ancestor.Kind == OperationKind.CatchClause &&
Microsoft.NetCore.Analyzers\Runtime\DetectPreviewFeatureAnalyzer.cs (1)
271OperationKind.CatchClause,