3 writes to fromKeyword
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
7078
this.
fromKeyword
= fromKeyword;
7098
this.
fromKeyword
= fromKeyword;
7117
this.
fromKeyword
= fromKeyword;
5 references to fromKeyword
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
7131
public SyntaxToken FromKeyword => this.
fromKeyword
;
7141
0 => this.
fromKeyword
,
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)
4529
public SyntaxToken FromKeyword => new SyntaxToken(this, ((InternalSyntax.FromClauseSyntax)this.Green).
fromKeyword
, Position, 0);