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