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