2 references to WithBlock
Microsoft.CodeAnalysis.CSharp (2)
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
9066
public TryStatementSyntax AddBlockAttributeLists(params AttributeListSyntax[] items) =>
WithBlock
(this.Block.WithAttributeLists(this.Block.AttributeLists.AddRange(items)));
9067
public TryStatementSyntax AddBlockStatements(params StatementSyntax[] items) =>
WithBlock
(this.Block.WithStatements(this.Block.Statements.AddRange(items)));