2 references to TryEatCurrentCharacter
Microsoft.Build (2)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (2)
443if (!lexer.TryEatCurrentCharacter(out char c) || c != '.' || 444!lexer.TryEatCurrentCharacter(out c) || c != '.')