3 writes to block
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
14625
this.
block
= block;
14651
this.
block
= block;
14676
this.
block
= block;
4 references to block
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
14691
public BlockSyntax Block => this.
block
;
14700
2 => this.
block
,
14729
=> new TryStatementSyntax(this.Kind, this.attributeLists, this.tryKeyword, this.
block
, this.catches, this.@finally, diagnostics, GetAnnotations());
14732
=> new TryStatementSyntax(this.Kind, this.attributeLists, this.tryKeyword, this.
block
, this.catches, this.@finally, GetDiagnostics(), annotations);