1 instantiation of CompleteSingletonPreambleAndDispatchRequestAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\ConnectionDemuxer.cs (1)
380return new CompleteSingletonPreambleAndDispatchRequestAsyncResult(serverSingletonPreambleReader, singletonChannelListener, this, callback, state);
4 references to CompleteSingletonPreambleAndDispatchRequestAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\ConnectionDemuxer.cs (4)
385CompleteSingletonPreambleAndDispatchRequestAsyncResult.End(result); 503AsyncResult.End<CompleteSingletonPreambleAndDispatchRequestAsyncResult>(result); 526CompleteSingletonPreambleAndDispatchRequestAsyncResult thisPtr = (CompleteSingletonPreambleAndDispatchRequestAsyncResult)result.AsyncState;