5 references to IsAtEndOfInput
System.Xaml (5)
System\Xaml\Parser\MeScanner.cs (5)
144
if (
IsAtEndOfInput
)
350
while(!
IsAtEndOfInput
)
542
if (
IsAtEndOfInput
)
569
while (!
IsAtEndOfInput
&& IsWhitespaceChar(CurrentChar))
579
if (
IsAtEndOfInput
&& sawWhitespace)