3 references to 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);