3 writes to identifier
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7946
this.
identifier
= identifier;
7959
this.
identifier
= identifier;
7971
this.
identifier
= identifier;
5 references to identifier
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7978
public SyntaxToken Identifier => this.
identifier
;
7985
1 => this.
identifier
,
8013
=> new QueryContinuationSyntax(this.Kind, this.intoKeyword, this.
identifier
, this.body, diagnostics, GetAnnotations());
8016
=> new QueryContinuationSyntax(this.Kind, this.intoKeyword, this.
identifier
, this.body, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
5022
public SyntaxToken Identifier => new SyntaxToken(this, ((InternalSyntax.QueryContinuationSyntax)this.Green).
identifier
, GetChildPosition(1), GetChildIndex(1));