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