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