3 instantiations of SectionNameLexer
Microsoft.CodeAnalysis (3)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (3)
108
var lexer = new
SectionNameLexer
(sectionName);
127
SectionNameLexer lexer = new
SectionNameLexer
(sectionName);
173
SectionNameLexer nameLexer = new
SectionNameLexer
(sectionName);
7 references to SectionNameLexer
Microsoft.CodeAnalysis (7)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (7)
108
var
lexer = new SectionNameLexer(sectionName);
127
SectionNameLexer
lexer = new SectionNameLexer(sectionName);
173
SectionNameLexer
nameLexer = new SectionNameLexer(sectionName);
230
ref
SectionNameLexer
lexer,
317
private static bool TryCompileCharacterClass(ref
SectionNameLexer
lexer, StringBuilder sb)
371
ref
SectionNameLexer
lexer,
420
private static (string numStart, string numEnd)? TryParseNumberRange(ref
SectionNameLexer
lexer)