1 instantiation of OnWriteBodyContentsAsyncResult
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
720
return new
OnWriteBodyContentsAsyncResult
(this, writer, callback, state);
4 references to OnWriteBodyContentsAsyncResult
System.ServiceModel (4)
System\ServiceModel\Dispatcher\OperationFormatter.cs (4)
725
OnWriteBodyContentsAsyncResult
.End(result);
758
OnWriteBodyContentsAsyncResult
thisPtr = (
OnWriteBodyContentsAsyncResult
)result.AsyncState;
765
AsyncResult.End<
OnWriteBodyContentsAsyncResult
>(result);