11 references to EndOfInput
Microsoft.CodeAnalysis (11)
MetadataReader\MetadataHelpers.cs (11)
96
if (!
EndOfInput
)
147
while (!
EndOfInput
)
246
if (!
EndOfInput
&& Char.IsWhiteSpace(Current))
323
if (
EndOfInput
)
330
while (!
EndOfInput
)
334
if (!
EndOfInput
)
341
if (!
EndOfInput
&& Char.IsWhiteSpace(Current))
353
throw ExceptionUtilities.UnexpectedValue(
EndOfInput
);
374
if (!
EndOfInput
&& Current == ']')
385
if (
EndOfInput
)
421
while (!
EndOfInput
)