3 writes to declaration
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19817
this.
declaration
= declaration;
19840
this.
declaration
= declaration;
19862
this.
declaration
= declaration;
4 references to declaration
Microsoft.CodeAnalysis.CSharp (4)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19870
public override VariableDeclarationSyntax Declaration => this.
declaration
;
19879
3 => this.
declaration
,
19907
=> new EventFieldDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.eventKeyword, this.
declaration
, this.semicolonToken, diagnostics, GetAnnotations());
19910
=> new EventFieldDeclarationSyntax(this.Kind, this.attributeLists, this.modifiers, this.eventKeyword, this.
declaration
, this.semicolonToken, GetDiagnostics(), annotations);