2 references to DotToken
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\StackFrame\StackFrameLexer.cs (1)
517'.' => StackFrameKind.DotToken,
EmbeddedLanguages\StackFrame\StackFrameParser.cs (1)
188if (!_lexer.ScanCurrentCharAsTokenIfMatch(StackFrameKind.DotToken, out var dotToken))