6 references to IsAtEndOfInput
System.Xaml (6)
System\Xaml\Parser\GenericTypeNameScanner.cs (6)
61
if (
IsAtEndOfInput
)
168
if (
IsAtEndOfInput
)
219
if (
IsAtEndOfInput
|| IsWhitespaceChar(CurrentChar) || CurrentChar == OpenBracket)
272
if (
IsAtEndOfInput
)
361
if (
IsAtEndOfInput
)
390
while (!
IsAtEndOfInput
&& IsWhitespaceChar(CurrentChar))