2 references to TryEatCurrentCharacter
Microsoft.CodeAnalysis.CodeStyle (2)
SectionMatcher_TryParseSection.cs (2)
170if (!lexer.TryEatCurrentCharacter(out var c) || c != '.' || 171!lexer.TryEatCurrentCharacter(out c) || c != '.')