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