2 writes to startTime
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
3465
if (PartialTrustHelpers.AppDomainFullyTrusted && UnsafeNativeMethods.QueryPerformanceCounter(out this.
startTime
) == 0)
3467
this.
startTime
= -1;
2 references to startTime
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\WorkflowServiceInstance.cs (2)
3528
if (PartialTrustHelpers.AppDomainFullyTrusted && (this.
startTime
>= 0) &&
3531
duration = currentTime - this.
startTime
;