2 references to BeginTime
System.WorkflowServices (2)
System\ServiceModel\Dispatcher\WorkflowOperationInvoker.cs (2)
214
if ((asyncResult.
BeginTime
>= 0) && (UnsafeNativeMethods.QueryPerformanceCounter(out currentTime) != 0))
216
duration = currentTime - asyncResult.
BeginTime
;