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