1 instantiation of SendPreambleAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\FramingChannels.cs (1)
303return new SendPreambleAsyncResult(this, connection, preamble, this.flowIdentity, ref timeoutHelper, callback, state);
15 references to SendPreambleAsyncResult
System.ServiceModel (15)
System\ServiceModel\Channels\FramingChannels.cs (15)
308return SendPreambleAsyncResult.End(result); 486SendPreambleAsyncResult thisPtr = AsyncResult.End<SendPreambleAsyncResult>(result); 636SendPreambleAsyncResult thisPtr = (SendPreambleAsyncResult)asyncState; 664SendPreambleAsyncResult thisPtr = (SendPreambleAsyncResult)state; 697SendPreambleAsyncResult thisPtr = (SendPreambleAsyncResult)result.AsyncState; 730SendPreambleAsyncResult thisPtr = (SendPreambleAsyncResult)result.AsyncState; 763SendPreambleAsyncResult thisPtr = (SendPreambleAsyncResult)result.AsyncState; 791SendPreambleAsyncResult thisPtr = (SendPreambleAsyncResult)asyncState;