3 references to SectionNameLexer
Microsoft.CodeAnalysis (3)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (3)
108
var lexer = new
SectionNameLexer
(sectionName);
128
SectionNameLexer lexer = new
SectionNameLexer
(sectionName);
174
SectionNameLexer nameLexer = new
SectionNameLexer
(sectionName);