1 write to maxSkew
System.ServiceModel.Internals (1)
System\Runtime\IOThreadTimer.cs (1)
56
this.
maxSkew
= Ticks.FromMilliseconds(maxSkewInMilliseconds);
3 references to maxSkew
System.ServiceModel.Internals (3)
System\Runtime\IOThreadTimer.cs (3)
173
if (timeDiff > timer.
maxSkew
)
309
if (timeDiff <= timer.
maxSkew
)
345
if (timeDiff > minTimer.
maxSkew
)