5 references to IsAtEndOfInput
System.Xaml (5)
System\Xaml\Parser\MeScanner.cs (5)
140
if (
IsAtEndOfInput
)
354
while (!
IsAtEndOfInput
)
552
if (
IsAtEndOfInput
)
581
while (!
IsAtEndOfInput
&& IsWhitespaceChar(CurrentChar))
591
if (
IsAtEndOfInput
&& sawWhitespace)