2 writes to _result
WindowsBase (2)
Base\System\Windows\Threading\DispatcherOperation.cs (2)
572
_result
= InvokeDelegateCore();
583
_result
= _dispatcher.WrappedInvoke(_method, _args, _numArgs, null);
2 references to _result
WindowsBase (2)
Base\System\Windows\Threading\DispatcherOperation.cs (2)
369
return
_result
;
508
_taskSource.SetResult(
_result
);