3 writes to dotToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
124
this.
dotToken
= dotToken;
137
this.
dotToken
= dotToken;
149
this.
dotToken
= dotToken;
6 references to dotToken
Microsoft.CodeAnalysis.CSharp (6)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
157
public SyntaxToken DotToken => this.
dotToken
;
165
1 => this.
dotToken
,
193
=> new QualifiedNameSyntax(this.Kind, this.left, this.
dotToken
, this.right, diagnostics, GetAnnotations());
196
=> new QualifiedNameSyntax(this.Kind, this.left, this.
dotToken
, this.right, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
99
public SyntaxToken DotToken => new SyntaxToken(this, ((InternalSyntax.QualifiedNameSyntax)this.Green).
dotToken
, GetChildPosition(1), GetChildIndex(1));
Parser\LanguageParser_Patterns.cs (1)
489
case QualifiedNameSyntax { Left: var left,
dotToken
: var dotToken, Right: var right }