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