3 references to DataServiceHostWrapper
System.Data.Services (3)
System\Data\Services\DataService.cs (2)
2564
currentHost = new
DataServiceHostWrapper
(new BatchServiceHost(this.batchBoundary, writer));
2671
currentHost = new
DataServiceHostWrapper
(new BatchServiceHost(changesetBoundary, writer));
System\Data\Services\DataServiceOperationContext.cs (1)
173
this.hostWrapper = new
DataServiceHostWrapper
(this.hostInterface);