1 instantiation of WaitForRequestAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (1)
159return new WaitForRequestAsyncResult(this, timeout, callback, state);
2 references to WaitForRequestAsyncResult
System.ServiceModel (2)
System\ServiceModel\Channels\ServerReliableChannelBinder.cs (2)
289WaitForRequestAsyncResult waitForRequestResult = result as WaitForRequestAsyncResult;