1 instantiation of OnWriteBodyContentsAsyncResult
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
735
return new
OnWriteBodyContentsAsyncResult
(this, writer, callback, state);
4 references to OnWriteBodyContentsAsyncResult
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (4)
740
OnWriteBodyContentsAsyncResult
.End(result);
773
OnWriteBodyContentsAsyncResult
thisPtr = (
OnWriteBodyContentsAsyncResult
)result.AsyncState;
780
AsyncResult.End<
OnWriteBodyContentsAsyncResult
>(result);