2 writes to timeoutHelper
Extensibility.MessageInterceptor.IntegrationTests (2)
ChainedAsyncResult.cs (2)
23this.timeoutHelper = new TimeoutHelper(timeout); 29this.timeoutHelper = new TimeoutHelper(timeout);
2 references to timeoutHelper
Extensibility.MessageInterceptor.IntegrationTests (2)
ChainedAsyncResult.cs (2)
39IAsyncResult result = begin1(this.timeoutHelper.RemainingTime(), begin1Callback, this); 79result = begin2(this.timeoutHelper.RemainingTime(), begin2Callback, this);