2 references to SystemTimeResolutionTicks
System.ServiceModel.Internals (2)
System\Runtime\BackoffTimeoutHelper.cs (2)
12readonly static int maxSkewMilliseconds = (int)(IOThreadTimer.SystemTimeResolutionTicks / TimeSpan.TicksPerMillisecond); 13readonly static long maxDriftTicks = IOThreadTimer.SystemTimeResolutionTicks * 2;