9 references to CurrentChar
Microsoft.CodeAnalysis.Features (9)
EmbeddedLanguages\StackFrame\StackFrameLexer.cs (8)
89var ch = CurrentChar; 108ch = CurrentChar; 151if (GetKind(CurrentChar) == kind) 177if (isMatch(GetKind(CurrentChar))) 311while (IsNumber(CurrentChar)) 332if (IsAsciiAlphaCharacter(CurrentChar)) 352while (IsNumber(CurrentChar)) 491while (IsBlank(CurrentChar))
EmbeddedLanguages\StackFrame\StackFrameParser.cs (1)
291var currentChar = _lexer.CurrentChar.Value;