4 references to EatCurrentCharacter
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher.Lexer.cs (1)
137nextChar = EatCurrentCharacter();
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher_TryParseSection.cs (3)
83sb.Append(Regex.Escape(lexer.EatCurrentCharacter().ToString())); 204var currentChar = lexer.EatCurrentCharacter(); 221sb.Append(lexer.EatCurrentCharacter());