3 instantiations of SectionNameLexer
Microsoft.Build (3)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (3)
110var lexer = new SectionNameLexer(sectionName); 134SectionNameLexer lexer = new SectionNameLexer(sectionName); 177SectionNameLexer nameLexer = new SectionNameLexer(sectionName);
7 references to SectionNameLexer
Microsoft.Build (7)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (7)
110var lexer = new SectionNameLexer(sectionName); 134SectionNameLexer lexer = new SectionNameLexer(sectionName); 177SectionNameLexer nameLexer = new SectionNameLexer(sectionName); 235ref SectionNameLexer lexer, 322private static bool TryCompileCharacterClass(ref SectionNameLexer lexer, StringBuilder sb) 376ref SectionNameLexer lexer, 425private static (string numStart, string numEnd)? TryParseNumberRange(ref SectionNameLexer lexer)