4 references to EatCurrentCharacter
Microsoft.CodeAnalysis.CodeStyle (4)
SectionMatcher.Lexer.cs (1)
144
nextChar =
EatCurrentCharacter
();
SectionMatcher_TryParseSection.cs (3)
83
sb.Append(Regex.Escape(lexer.
EatCurrentCharacter
().ToString()));
204
var currentChar = lexer.
EatCurrentCharacter
();
221
sb.Append(lexer.
EatCurrentCharacter
());