8 references to CurrentChar
Microsoft.CodeAnalysis.Features (8)
EmbeddedLanguages\Json\JsonLexer.cs (8)
64return this.CurrentChar.Value switch 88var openChar = this.CurrentChar; 94var currentCh = this.CurrentChar; 131var currentCh = this.CurrentChar; 147var ch = this.CurrentChar; 171while (Position < Text.Length && !IsNotPartOfText(this.CurrentChar)) 282while (Position < Text.Length && this.CurrentChar.Value is not '\r' and not '\n') 337while (Position < Text.Length && this.CurrentChar.IsWhiteSpace)