3 writes to dotToken
Microsoft.CodeAnalysis.CSharp (3)
_generated\1\Syntax.xml.Internal.Generated.cs (3)
19925
this.
dotToken
= dotToken;
19936
this.
dotToken
= dotToken;
19946
this.
dotToken
= dotToken;
5 references to dotToken
Microsoft.CodeAnalysis.CSharp (5)
_generated\1\Syntax.xml.Internal.Generated.cs (4)
19950
public SyntaxToken DotToken => this.
dotToken
;
19956
1 => this.
dotToken
,
19983
=> new ExplicitInterfaceSpecifierSyntax(this.Kind, this.name, this.
dotToken
, diagnostics, GetAnnotations());
19986
=> new ExplicitInterfaceSpecifierSyntax(this.Kind, this.name, this.
dotToken
, GetDiagnostics(), annotations);
_generated\2\Syntax.xml.Syntax.Generated.cs (1)
12510
public SyntaxToken DotToken => new SyntaxToken(this, ((InternalSyntax.ExplicitInterfaceSpecifierSyntax)this.Green).
dotToken
, GetChildPosition(1), GetChildIndex(1));