3 writes to block
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14759
this.
block
= block;
14780
this.
block
= block;
14800
this.
block
= block;
4 references to block
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14806
public BlockSyntax Block => this.
block
;
14814
3 => this.
block
,
14841
=> new CatchClauseSyntax(this.Kind, this.catchKeyword, this.declaration, this.filter, this.
block
, diagnostics, GetAnnotations());
14844
=> new CatchClauseSyntax(this.Kind, this.catchKeyword, this.declaration, this.filter, this.
block
, GetDiagnostics(), annotations);