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