1 write to dataService
System.Data.Services (1)
System\Data\Services\DataService.cs (1)
2148this.dataService = dataService;
23 references to dataService
System.Data.Services (23)
System\Data\Services\DataService.cs (23)
2158get { return this.dataService.Configuration; } 2164get { return this.dataService.Provider; } 2188get { return this.dataService.Instance; } 2200get { return this.dataService.ProcessingPipeline; } 2211this.dataService.InternalApplyingExpansions(queryable, expandPaths); 2218this.dataService.InternalHandleException(args); 2331this.dataService.DisposeDataSource(); 2340this.dataService.InternalOnStartProcessingRequest(args); 2396this.dataService.ProcessingPipeline.InvokeProcessingChangeset(this.dataService, new EventArgs()); 2433this.dataService.ProcessingPipeline.InvokeProcessedChangeset(this.dataService, new EventArgs()); 2455this.dataService.OperationContext.AbsoluteServiceUri, 2467this.dataService.InternalOnStartProcessingRequest(new ProcessRequestArgs(this.operationContext.AbsoluteRequestUri, true /*isBatchOperation*/, this.operationContext)); 2481currentOperationContext = CreateOperationContextFromBatchStream(this.dataService.OperationContext.AbsoluteServiceUri, this.batchRequestStream, this.contentIds, changesetBoundary, writer); 2487this.dataService.InternalOnStartProcessingRequest(new ProcessRequestArgs(this.operationContext.AbsoluteRequestUri, true /*isBatchOperation*/, this.operationContext)); 2532DataServiceProcessingPipelineEventArgs eventArg = new DataServiceProcessingPipelineEventArgs(this.dataService.OperationContext); 2533this.dataService.ProcessingPipeline.InvokeProcessedRequest(this.dataService, eventArg); 2693if (this.batchElementCount > this.dataService.Configuration.MaxBatchCount) 2696throw new DataServiceException(400, Strings.DataService_BatchExceedMaxBatchCount(this.dataService.Configuration.MaxBatchCount)); 2708if (this.changeSetElementCount > this.dataService.Configuration.MaxChangesetCount) 2710throw new DataServiceException(400, Strings.DataService_BatchExceedMaxChangeSetCount(this.dataService.Configuration.MaxChangesetCount));