1 instantiation of CompletePreambleAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
301
return new
CompletePreambleAsyncResult
(timeout, this, callback, state);
7 references to CompletePreambleAsyncResult
System.ServiceModel (7)
System\ServiceModel\Channels\SingletonConnectionReader.cs (7)
306
return
CompletePreambleAsyncResult
.End(result);
683
CompletePreambleAsyncResult
thisPtr = (
CompletePreambleAsyncResult
)state;
717
CompletePreambleAsyncResult
thisPtr = (
CompletePreambleAsyncResult
)state;
766
CompletePreambleAsyncResult
thisPtr = (
CompletePreambleAsyncResult
)result.AsyncState;