2 writes to beginTime
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowOperationContext.cs (2)
450
if (System.Runtime.Interop.UnsafeNativeMethods.QueryPerformanceCounter(out this.
beginTime
) == 0)
452
this.
beginTime
= -1;
2 references to beginTime
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\WorkflowOperationContext.cs (2)
520
if (PartialTrustHelpers.AppDomainFullyTrusted && this.performanceCountersEnabled && (this.
beginTime
>= 0) &&
523
duration = currentTime - this.
beginTime
;