3 writes to block
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13364
this.
block
= block;
13380
this.
block
= block;
13395
this.
block
= block;
4 references to block
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13400
public BlockSyntax Block => this.
block
;
13407
2 => this.
block
,
13434
=> new UnsafeStatementSyntax(this.Kind, this.attributeLists, this.unsafeKeyword, this.
block
, diagnostics, GetAnnotations());
13437
=> new UnsafeStatementSyntax(this.Kind, this.attributeLists, this.unsafeKeyword, this.
block
, GetDiagnostics(), annotations);