3 writes to declaration
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
13154
this.
declaration
= declaration;
13176
this.
declaration
= declaration;
13197
this.
declaration
= declaration;
4 references to declaration
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
13207
public VariableDeclarationSyntax Declaration => this.
declaration
;
13217
3 => this.
declaration
,
13246
=> new FixedStatementSyntax(this.Kind, this.attributeLists, this.fixedKeyword, this.openParenToken, this.
declaration
, this.closeParenToken, this.statement, diagnostics, GetAnnotations());
13249
=> new FixedStatementSyntax(this.Kind, this.attributeLists, this.fixedKeyword, this.openParenToken, this.
declaration
, this.closeParenToken, this.statement, GetDiagnostics(), annotations);