11 references to EndOfInput
Microsoft.CodeAnalysis (11)
MetadataReader\MetadataHelpers.cs (11)
91
if (!
EndOfInput
)
142
while (!
EndOfInput
)
241
if (!
EndOfInput
&& Char.IsWhiteSpace(Current))
318
if (
EndOfInput
)
325
while (!
EndOfInput
)
329
if (!
EndOfInput
)
336
if (!
EndOfInput
&& Char.IsWhiteSpace(Current))
348
throw ExceptionUtilities.UnexpectedValue(
EndOfInput
);
369
if (!
EndOfInput
&& Current == ']')
380
if (
EndOfInput
)
416
while (!
EndOfInput
)