6 references to IsAtEndOfInput
System.Xaml (6)
System\Xaml\Parser\GenericTypeNameScanner.cs (6)
64if(IsAtEndOfInput) 162if (IsAtEndOfInput) 211if(IsAtEndOfInput || IsWhitespaceChar(CurrentChar) || CurrentChar == OpenBracket) 262if (IsAtEndOfInput) 349if (IsAtEndOfInput) 376while (!IsAtEndOfInput && IsWhitespaceChar(CurrentChar))