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