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