2 references to TryEatCurrentCharacter
Microsoft.CodeAnalysis (2)
CommandLine\AnalyzerConfig.SectionNameMatching.cs (2)
438if (!lexer.TryEatCurrentCharacter(out char c) || c != '.' || 439!lexer.TryEatCurrentCharacter(out c) || c != '.')