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)
369return _result; 508_taskSource.SetResult(_result);