3 instantiations of TimeoutHelper
Extensibility.MessageInterceptor.IntegrationTests (3)
ChainedAsyncResult.cs (2)
23this.timeoutHelper = new TimeoutHelper(timeout); 29this.timeoutHelper = new TimeoutHelper(timeout);
InterceptingChannelFactory.cs (1)
68TimeoutHelper timeoutHelper = new TimeoutHelper(timeout);
3 references to TimeoutHelper
Extensibility.MessageInterceptor.IntegrationTests (3)
ChainedAsyncResult.cs (1)
16TimeoutHelper timeoutHelper;
InterceptingChannelFactory.cs (1)
68TimeoutHelper timeoutHelper = new TimeoutHelper(timeout);
TimeoutHelper.cs (1)
61Timer timer = new Timer(callback, state, TimeoutHelper.ToMilliseconds(this.RemainingTime()), Timeout.Infinite);