3 writes to inKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7087
this.
inKeyword
= inKeyword;
7107
this.
inKeyword
= inKeyword;
7126
this.
inKeyword
= inKeyword;
5 references to inKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7135
public SyntaxToken InKeyword => this.
inKeyword
;
7144
3 => this.
inKeyword
,
7172
=> new FromClauseSyntax(this.Kind, this.fromKeyword, this.type, this.identifier, this.
inKeyword
, this.expression, diagnostics, GetAnnotations());
7175
=> new FromClauseSyntax(this.Kind, this.fromKeyword, this.type, this.identifier, this.
inKeyword
, this.expression, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
4536
public SyntaxToken InKeyword => new SyntaxToken(this, ((InternalSyntax.FromClauseSyntax)this.Green).
inKeyword
, GetChildPosition(3), GetChildIndex(3));