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)
457if(_exception != null && _exception is OperationCanceledException) 502if(_exception != null) 504_taskSource.SetException(_exception);