6 references to IsAtEndOfInput
System.Xaml (6)
System\Xaml\Parser\GenericTypeNameScanner.cs (6)
62if(IsAtEndOfInput) 160if (IsAtEndOfInput) 209if(IsAtEndOfInput || IsWhitespaceChar(CurrentChar) || CurrentChar == OpenBracket) 260if (IsAtEndOfInput) 347if (IsAtEndOfInput) 374while (!IsAtEndOfInput && IsWhitespaceChar(CurrentChar))