6 references to IsAtEndOfInput
System.Xaml (6)
System\Xaml\Parser\GenericTypeNameScanner.cs (6)
62if(IsAtEndOfInput) 169if (IsAtEndOfInput) 220if(IsAtEndOfInput || IsWhitespaceChar(CurrentChar) || CurrentChar == OpenBracket) 273if (IsAtEndOfInput) 362if (IsAtEndOfInput) 391while (!IsAtEndOfInput && IsWhitespaceChar(CurrentChar))