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