2 writes to _caughtException
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
106
_caughtException
= ex;
197
_caughtException
= null;
2 references to _caughtException
System.Xaml (2)
System\Xaml\XamlBackgroundReader.cs (2)
194
if (
_caughtException
is not null)
196
Exception ex =
_caughtException
;