3 references to SectionNameLexer
Microsoft.CodeAnalysis (3)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (3)
104
var lexer = new
SectionNameLexer
(sectionName);
120
SectionNameLexer lexer = new
SectionNameLexer
(sectionName);
166
SectionNameLexer nameLexer = new
SectionNameLexer
(sectionName);