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