1 instantiation of OnWriteBodyContentsAsyncResult
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
786return new OnWriteBodyContentsAsyncResult(this, writer, callback, state);
4 references to OnWriteBodyContentsAsyncResult
System.ServiceModel.Primitives (4)
System\ServiceModel\Dispatcher\OperationFormatter.cs (4)
791OnWriteBodyContentsAsyncResult.End(result); 821OnWriteBodyContentsAsyncResult thisPtr = (OnWriteBodyContentsAsyncResult)result.AsyncState; 828AsyncResult.End<OnWriteBodyContentsAsyncResult>(result);