3 writes to declaration
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19702
this.
declaration
= declaration;
19723
this.
declaration
= declaration;
19743
this.
declaration
= declaration;
4 references to declaration
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19750
public override VariableDeclarationSyntax Declaration => this.
declaration
;
19758
2 => this.
declaration
,
19786
=> new FieldDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.
declaration
, this.semicolonToken, diagnostics, GetAnnotations());
19789
=> new FieldDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.
declaration
, this.semicolonToken, GetDiagnostics(), annotations);