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