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