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