3 instantiations of SectionNameLexer
Microsoft.CodeAnalysis (3)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (3)
104var lexer = new SectionNameLexer(sectionName); 120SectionNameLexer lexer = new SectionNameLexer(sectionName); 166SectionNameLexer nameLexer = new SectionNameLexer(sectionName);
7 references to SectionNameLexer
Microsoft.CodeAnalysis (7)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (7)
104var lexer = new SectionNameLexer(sectionName); 120SectionNameLexer lexer = new SectionNameLexer(sectionName); 166SectionNameLexer nameLexer = new SectionNameLexer(sectionName); 223ref SectionNameLexer lexer, 310private static bool TryCompileCharacterClass(ref SectionNameLexer lexer, StringBuilder sb) 364ref SectionNameLexer lexer, 413private static (string numStart, string numEnd)? TryParseNumberRange(ref SectionNameLexer lexer)