2 references to CurrentCharacter
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (2)
325
if (!lexer.IsDone && lexer.
CurrentCharacter
== '!')
569
char currentChar =
CurrentCharacter
;