5 references to Lexer
Microsoft.CodeAnalysis.CodeStyle (5)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EditorConfig\Parsing\Sections\SectionMatcher_TryParseSection.cs (5)
54var lexer = new Lexer(headerText); 68ref Lexer lexer, 152private static (string numStart, string numEnd)? TryParseNumberRange(ref Lexer lexer) 189private static bool TryCompileCharacterClass(ref Lexer lexer, StringBuilder sb) 238ref Lexer lexer,