11 references to EndOfInput
Microsoft.CodeAnalysis (11)
MetadataReader\MetadataHelpers.cs (11)
95
if (!
EndOfInput
)
146
while (!
EndOfInput
)
245
if (!
EndOfInput
&& Char.IsWhiteSpace(Current))
322
if (
EndOfInput
)
329
while (!
EndOfInput
)
333
if (!
EndOfInput
)
340
if (!
EndOfInput
&& Char.IsWhiteSpace(Current))
352
throw ExceptionUtilities.UnexpectedValue(
EndOfInput
);
373
if (!
EndOfInput
&& Current == ']')
384
if (
EndOfInput
)
420
while (!
EndOfInput
)