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