3 references to WithBlock
Microsoft.AspNetCore.Components.Analyzers (1)
JSInteropCodeFixProvider.cs (1)
120
.
WithBlock
(
Microsoft.CodeAnalysis.CSharp (2)
_generated\2\Syntax.xml.Syntax.Generated.cs (2)
9228
public CatchClauseSyntax AddBlockAttributeLists(params AttributeListSyntax[] items) =>
WithBlock
(this.Block.WithAttributeLists(this.Block.AttributeLists.AddRange(items)));
9229
public CatchClauseSyntax AddBlockStatements(params StatementSyntax[] items) =>
WithBlock
(this.Block.WithStatements(this.Block.Statements.AddRange(items)));