11 references to EndOfInput
Microsoft.CodeAnalysis (11)
MetadataReader\MetadataHelpers.cs (11)
116
if (!
EndOfInput
)
167
while (!
EndOfInput
)
266
if (!
EndOfInput
&& Char.IsWhiteSpace(Current))
343
if (
EndOfInput
)
350
while (!
EndOfInput
)
354
if (!
EndOfInput
)
361
if (!
EndOfInput
&& Char.IsWhiteSpace(Current))
373
throw ExceptionUtilities.UnexpectedValue(
EndOfInput
);
394
if (!
EndOfInput
&& Current == ']')
405
if (
EndOfInput
)
441
while (!
EndOfInput
)