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