8 references to CurrentChar
Microsoft.CodeAnalysis.Features (8)
EmbeddedLanguages\Json\JsonLexer.cs (8)
63return this.CurrentChar.Value switch 87var openChar = this.CurrentChar; 93var currentCh = this.CurrentChar; 130var currentCh = this.CurrentChar; 146var ch = this.CurrentChar; 170while (Position < Text.Length && !IsNotPartOfText(this.CurrentChar)) 281while (Position < Text.Length && this.CurrentChar.Value is not '\r' and not '\n') 336while (Position < Text.Length && this.CurrentChar.IsWhiteSpace)