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