11 references to EndOfInput
Microsoft.CodeAnalysis (11)
MetadataReader\MetadataHelpers.cs (11)
116if (!EndOfInput) 167while (!EndOfInput) 266if (!EndOfInput && Char.IsWhiteSpace(Current)) 343if (EndOfInput) 350while (!EndOfInput) 354if (!EndOfInput) 361if (!EndOfInput && Char.IsWhiteSpace(Current)) 373throw ExceptionUtilities.UnexpectedValue(EndOfInput); 394if (!EndOfInput && Current == ']') 405if (EndOfInput) 441while (!EndOfInput)