5 references to IsAtEndOfInput
System.Xaml (5)
System\Xaml\Parser\MeScanner.cs (5)
141
if (
IsAtEndOfInput
)
355
while(!
IsAtEndOfInput
)
553
if (
IsAtEndOfInput
)
582
while (!
IsAtEndOfInput
&& IsWhitespaceChar(CurrentChar))
592
if (
IsAtEndOfInput
&& sawWhitespace)