1 instantiation of WriteMessageAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\MessageEncoder.cs (1)
101
return new
WriteMessageAsyncResult
(message, stream, this, callback, state);
1 reference to WriteMessageAsyncResult
System.ServiceModel (1)
System\ServiceModel\Channels\MessageEncoder.cs (1)
106
WriteMessageAsyncResult
.End(result);