4 writes to operationContext
System.Data.Services (4)
System\Data\Services\DataService.cs (4)
2365this.operationContext = null; 2438this.operationContext = this.batchOperationContexts[i]; 2460this.operationContext = currentOperationContext; 2485this.operationContext = currentOperationContext;
10 references to operationContext
System.Data.Services (10)
System\Data\Services\DataService.cs (10)
2194get { return this.operationContext; } 2463Debug.Assert(this.operationContext.Host.AstoriaHttpVerb == AstoriaVerbs.GET, "this.operationContext.Host.AstoriaHttpVerb == AstoriaVerbs.GET"); 2467this.dataService.InternalOnStartProcessingRequest(new ProcessRequestArgs(this.operationContext.AbsoluteRequestUri, true /*isBatchOperation*/, this.operationContext)); 2468description = RequestUriProcessor.ProcessRequestUri(this.operationContext.AbsoluteRequestUri, this); 2487this.dataService.InternalOnStartProcessingRequest(new ProcessRequestArgs(this.operationContext.AbsoluteRequestUri, true /*isBatchOperation*/, this.operationContext)); 2488description = RequestUriProcessor.ProcessRequestUri(this.operationContext.AbsoluteRequestUri, this); 2559DataServiceHostWrapper currentHost = this.operationContext == null ? null : this.operationContext.Host;