3 writes to intoKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7450
this.
intoKeyword
= intoKeyword;
7461
this.
intoKeyword
= intoKeyword;
7471
this.
intoKeyword
= intoKeyword;
5 references to intoKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7476
public SyntaxToken IntoKeyword => this.
intoKeyword
;
7483
0 => this.
intoKeyword
,
7511
=> new JoinIntoClauseSyntax(this.Kind, this.
intoKeyword
, this.identifier, diagnostics, GetAnnotations());
7514
=> new JoinIntoClauseSyntax(this.Kind, this.
intoKeyword
, this.identifier, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4730
public SyntaxToken IntoKeyword => new SyntaxToken(this, ((InternalSyntax.JoinIntoClauseSyntax)this.Green).
intoKeyword
, Position, 0);