7 references to IsDone
Microsoft.CodeAnalysis.Workspaces (7)
SectionMatcher.Lexer.cs (2)
137
if (
IsDone
)
156
while (!
IsDone
)
SectionMatcher_TryParseSection.cs (5)
73
while (!lexer.
IsDone
)
179
if (numEnd is null || lexer.
IsDone
|| lexer.Lex() != TokenKind.CloseCurly)
196
if (!lexer.
IsDone
&& lexer.CurrentCharacter == '!')
202
while (!lexer.
IsDone
)
215
if (lexer.
IsDone
)