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