3 writes to block
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
15056
this.
block
= block;
15067
this.
block
= block;
15077
this.
block
= block;
4 references to block
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
15081
public BlockSyntax Block => this.
block
;
15087
1 => this.
block
,
15114
=> new FinallyClauseSyntax(this.Kind, this.finallyKeyword, this.
block
, diagnostics, GetAnnotations());
15117
=> new FinallyClauseSyntax(this.Kind, this.finallyKeyword, this.
block
, GetDiagnostics(), annotations);