1 reference to WithCatches
Microsoft.CodeAnalysis.CSharp (1)
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
9068
public TryStatementSyntax AddCatches(params CatchClauseSyntax[] items) =>
WithCatches
(this.Catches.AddRange(items));