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