1 write to _exception
WindowsBase (1)
Base\System\Windows\Threading\DispatcherOperation.cs (1)
577
_exception
= e;
4 references to _exception
WindowsBase (4)
Base\System\Windows\Threading\DispatcherOperation.cs (4)
457
if(
_exception
!= null &&
_exception
is OperationCanceledException)
502
if(
_exception
!= null)
504
_taskSource.SetException(
_exception
);