10 references to IsDone
Microsoft.Build (10)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (10)
135
while (!lexer.
IsDone
)
180
while (!nameLexer.
IsDone
)
240
while (!lexer.
IsDone
)
329
if (!lexer.
IsDone
&& lexer.CurrentCharacter == '!')
334
while (!lexer.
IsDone
)
347
if (lexer.
IsDone
)
452
if (numEnd is null || lexer.
IsDone
|| lexer.Lex() != TokenKind.CloseCurly)
521
if (
IsDone
)
548
if (
IsDone
)
571
while (!
IsDone
)