3 writes to block
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13270
this.
block
= block;
13286
this.
block
= block;
13301
this.
block
= block;
4 references to block
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13306
public BlockSyntax Block => this.
block
;
13313
2 => this.
block
,
13340
=> new CheckedStatementSyntax(this.Kind, this.attributeLists, this.keyword, this.
block
, diagnostics, GetAnnotations());
13343
=> new CheckedStatementSyntax(this.Kind, this.attributeLists, this.keyword, this.
block
, GetDiagnostics(), annotations);