10 references to IsDone
Microsoft.Build (10)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (10)
138
while (!lexer.
IsDone
)
183
while (!nameLexer.
IsDone
)
243
while (!lexer.
IsDone
)
332
if (!lexer.
IsDone
&& lexer.CurrentCharacter == '!')
337
while (!lexer.
IsDone
)
350
if (lexer.
IsDone
)
455
if (numEnd is null || lexer.
IsDone
|| lexer.Lex() != TokenKind.CloseCurly)
524
if (
IsDone
)
551
if (
IsDone
)
574
while (!
IsDone
)