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