3 writes to block
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
4962
this.
block
= block;
4988
this.
block
= block;
5013
this.
block
= block;
4 references to block
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
5030
public override BlockSyntax Block => this.
block
;
5043
3 => this.
block
,
5071
=> new AnonymousMethodExpressionSyntax(this.Kind, this.modifiers, this.delegateKeyword, this.parameterList, this.
block
, this.expressionBody, diagnostics, GetAnnotations());
5074
=> new AnonymousMethodExpressionSyntax(this.Kind, this.modifiers, this.delegateKeyword, this.parameterList, this.
block
, this.expressionBody, GetDiagnostics(), annotations);