3 instantiations of SectionNameLexer
Microsoft.Build (3)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (3)
113var lexer = new SectionNameLexer(sectionName); 137SectionNameLexer lexer = new SectionNameLexer(sectionName); 180SectionNameLexer nameLexer = new SectionNameLexer(sectionName);
7 references to SectionNameLexer
Microsoft.Build (7)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (7)
113var lexer = new SectionNameLexer(sectionName); 137SectionNameLexer lexer = new SectionNameLexer(sectionName); 180SectionNameLexer nameLexer = new SectionNameLexer(sectionName); 238ref SectionNameLexer lexer, 325private static bool TryCompileCharacterClass(ref SectionNameLexer lexer, StringBuilder sb) 379ref SectionNameLexer lexer, 428private static (string numStart, string numEnd)? TryParseNumberRange(ref SectionNameLexer lexer)