2 writes to _caughtException
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
108_caughtException = ex; 204_caughtException = null;
2 references to _caughtException
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
201if (_caughtException is not null) 203Exception ex = _caughtException;