2 references to IOThreadTimer
System.ServiceModel.Internals (2)
System\Runtime\BackoffTimeoutHelper.cs (1)
87this.backoffTimer = new IOThreadTimer(callback, state, false, BackoffTimeoutHelper.maxSkewMilliseconds);
System\Runtime\IOThreadTimer.cs (1)
48: this(callback, callbackState, isTypicallyCanceledShortlyAfterBeingSet, maxSkewInMillisecondsDefault)