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