3 instantiations of SectionNameLexer
Microsoft.CodeAnalysis (3)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (3)
108var lexer = new SectionNameLexer(sectionName); 136SectionNameLexer lexer = new SectionNameLexer(sectionName); 182SectionNameLexer nameLexer = new SectionNameLexer(sectionName);
7 references to SectionNameLexer
Microsoft.CodeAnalysis (7)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (7)
108var lexer = new SectionNameLexer(sectionName); 136SectionNameLexer lexer = new SectionNameLexer(sectionName); 182SectionNameLexer nameLexer = new SectionNameLexer(sectionName); 239ref SectionNameLexer lexer, 329private static bool TryCompileCharacterClass(ref SectionNameLexer lexer, StringBuilder sb) 383ref SectionNameLexer lexer, 435private static (string numStart, string numEnd)? TryParseNumberRange(ref SectionNameLexer lexer)