3 writes to dotToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
22949
this.
dotToken
= dotToken;
22962
this.
dotToken
= dotToken;
22974
this.
dotToken
= dotToken;
5 references to dotToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
22980
public SyntaxToken DotToken => this.
dotToken
;
22987
1 => this.
dotToken
,
23015
=> new QualifiedCrefSyntax(this.Kind, this.container, this.
dotToken
, this.member, diagnostics, GetAnnotations());
23018
=> new QualifiedCrefSyntax(this.Kind, this.container, this.
dotToken
, this.member, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
14480
public SyntaxToken DotToken => new SyntaxToken(this, ((InternalSyntax.QualifiedCrefSyntax)this.Green).
dotToken
, GetChildPosition(1), GetChildIndex(1));