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