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