1 instantiation of WriteMessageAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\TextMessageEncoder.cs (1)
559return new WriteMessageAsyncResult(message, stream, this, callback, state);
4 references to WriteMessageAsyncResult
System.ServiceModel (4)
System\ServiceModel\Channels\TextMessageEncoder.cs (4)
564WriteMessageAsyncResult.End(result); 604WriteMessageAsyncResult thisPtr = (WriteMessageAsyncResult)result.AsyncState; 633AsyncResult.End<WriteMessageAsyncResult>(result);