3 writes to dotToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
124this.dotToken = dotToken; 137this.dotToken = dotToken; 149this.dotToken = dotToken;
6 references to dotToken
Microsoft.CodeAnalysis.CSharp (6)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
157public SyntaxToken DotToken => this.dotToken; 1651 => 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)
99public SyntaxToken DotToken => new SyntaxToken(this, ((InternalSyntax.QualifiedNameSyntax)this.Green).dotToken, GetChildPosition(1), GetChildIndex(1));
Parser\LanguageParser_Patterns.cs (1)
489case QualifiedNameSyntax { Left: var left, dotToken: var dotToken, Right: var right }