11 references to EndOfInput
Microsoft.CodeAnalysis (11)
MetadataReader\MetadataHelpers.cs (11)
106
if (!
EndOfInput
)
157
while (!
EndOfInput
)
256
if (!
EndOfInput
&& Char.IsWhiteSpace(Current))
333
if (
EndOfInput
)
340
while (!
EndOfInput
)
344
if (!
EndOfInput
)
351
if (!
EndOfInput
&& Char.IsWhiteSpace(Current))
363
throw ExceptionUtilities.UnexpectedValue(
EndOfInput
);
384
if (!
EndOfInput
&& Current == ']')
395
if (
EndOfInput
)
431
while (!
EndOfInput
)