2 implementations of DotToken
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSyntaxKinds.cs (1)
43
public int
DotToken
=> (int)SyntaxKind.DotToken;
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
46
Public ReadOnly Property
DotToken
As Integer = SyntaxKind.DotToken Implements ISyntaxKinds.DotToken
1 reference to DotToken
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
VisualBasicSyntaxKinds.vb (1)
46
Public ReadOnly Property DotToken As Integer = SyntaxKind.DotToken Implements ISyntaxKinds.
DotToken