3 writes to declaration
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
12997
this.
declaration
= declaration;
13032
this.
declaration
= declaration;
13066
this.
declaration
= declaration;
4 references to declaration
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13083
public VariableDeclarationSyntax? Declaration => this.
declaration
;
13095
4 => this.
declaration
,
13125
=> new UsingStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.usingKeyword, this.openParenToken, this.
declaration
, this.expression, this.closeParenToken, this.statement, diagnostics, GetAnnotations());
13128
=> new UsingStatementSyntax(this.Kind, this.attributeLists, this.awaitKeyword, this.usingKeyword, this.openParenToken, this.
declaration
, this.expression, this.closeParenToken, this.statement, GetDiagnostics(), annotations);