3 writes to intoKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7944
this.
intoKeyword
= intoKeyword;
7957
this.
intoKeyword
= intoKeyword;
7969
this.
intoKeyword
= intoKeyword;
5 references to intoKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7976
public SyntaxToken IntoKeyword => this.
intoKeyword
;
7984
0 => this.
intoKeyword
,
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)
5019
public SyntaxToken IntoKeyword => new SyntaxToken(this, ((InternalSyntax.QueryContinuationSyntax)this.Green).
intoKeyword
, Position, 0);