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