3 instantiations of 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);
37 references to DataServiceHostWrapper
System.Data.Services (37)
System\Data\Services\DataService.cs (17)
514private static void CheckETagValues(DataServiceHostWrapper host, RequestDescription description) 610private static ContentFormat SelectResponseFormat(DataServiceHostWrapper host, string acceptTypesText, bool entityTarget) 701DataServiceHostWrapper host = dataService.OperationContext.Host; 835DataServiceHostWrapper host = dataService.OperationContext.Host; 987private static ContentFormat SelectPrimitiveContentType(ResourceType targetResourceType, string acceptTypesText, string requiredContentType, DataServiceHostWrapper host) 1033DataServiceHostWrapper host = dataService.OperationContext.Host; 1100DataServiceHostWrapper host = dataService.OperationContext.Host; 1144DataServiceHostWrapper host = dataService.OperationContext.Host; 1272DataServiceHostWrapper host = dataService.OperationContext.Host; 1327DataServiceHostWrapper host = dataService.OperationContext.Host; 1428DataServiceHostWrapper host = dataService.OperationContext.Host; 1562DataServiceHostWrapper host = dataService.OperationContext.Host; 1719DataServiceHostWrapper host = this.operationContext.Host; 1816DataServiceHostWrapper host = this.operationContext.Host; 2042DataServiceHostWrapper host = this.operationContext.Host; 2559DataServiceHostWrapper currentHost = this.operationContext == null ? null : this.operationContext.Host; 2667DataServiceHostWrapper currentHost = null;
System\Data\Services\DataServiceHostWrapper.cs (2)
312IDataServiceHost2 host2 = DataServiceHostWrapper.ValidateAndCast<IDataServiceHost2>(this.host); 331IDataServiceHost2 host2 = DataServiceHostWrapper.ValidateAndCast<IDataServiceHost2>(this.host);
System\Data\Services\DataServiceOperationContext.cs (2)
38private DataServiceHostWrapper hostWrapper; 154internal DataServiceHostWrapper Host
System\Data\Services\ErrorHandler.cs (5)
64internal static void HandleBatchProcessException(IDataService service, DataServiceHostWrapper host, Exception exception, StreamWriter writer) 107DataServiceHostWrapper host = service.OperationContext == null ? null : service.OperationContext.Host; 139DataServiceHostWrapper host = service.OperationContext.Host; 233DataServiceHostWrapper host = service.OperationContext.Host; 373private static void TryGetResponseFormatForError(DataServiceHostWrapper host, out string contentType, out Encoding encoding)
System\Data\Services\Providers\DataServiceStreamProviderWrapper.cs (1)
407DataServiceHostWrapper host = operationContext.Host;
System\Data\Services\RequestQueryProcessor.cs (1)
178DataServiceHostWrapper host = service.OperationContext.Host;
System\Data\Services\RequestUriProcessor.cs (1)
1062private static object[] ReadOperationParameters(DataServiceHostWrapper host, ServiceOperationWrapper operation)
System\Data\Services\ResponseBodyWriter.cs (1)
86internal DataServiceHostWrapper Host
System\Data\Services\Serializers\Deserializer.cs (3)
143DataServiceHostWrapper host = dataService.OperationContext.Host; 242DataServiceHostWrapper host = dataService.OperationContext.Host; 439DataServiceHostWrapper host = service.OperationContext.Host;
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
378DataServiceHostWrapper host = this.Service.OperationContext.Host;
System\Data\Services\UpdatableWrapper.cs (1)
144DataServiceHostWrapper host = this.service.OperationContext.Host;
System\Data\Services\WebUtil.cs (2)
1049DataServiceHostWrapper host = service.OperationContext.Host; 1134internal static void WriteETagValueInResponseHeader(string etagValue, DataServiceHostWrapper host)