1 write to operationContext
System.Data.Services (1)
System\Data\Services\DataService.cs (1)
354this.operationContext = new DataServiceOperationContext(host);
22 references to operationContext
System.Data.Services (22)
System\Data\Services\DataService.cs (22)
138get { return this.operationContext; } 403if (this.operationContext == null) 413writer(this.operationContext.Host.ResponseStream); 1686Debug.Assert(this.operationContext != null, "this.operationContext != null"); 1691this.operationContext.InitializeAndCacheHeaders(); 1719DataServiceHostWrapper host = this.operationContext.Host; 1736DataServiceProcessingPipelineEventArgs eventArg = new DataServiceProcessingPipelineEventArgs(this.operationContext); 1756string accept = (this.operationContext != null) ? this.operationContext.Host.RequestAccept : null; 1757string acceptCharset = (this.operationContext != null) ? this.operationContext.Host.RequestAcceptCharSet : null; 1784if (this.operationContext.Host.AstoriaHttpVerb != AstoriaVerbs.GET) 1815Debug.Assert(this.operationContext != null && this.operationContext.Host != null, "this.operationContext != null && this.operationContext.Host != null"); 1816DataServiceHostWrapper host = this.operationContext.Host; 2040this.operationContext != null && this.operationContext.Host != null, 2042DataServiceHostWrapper host = this.operationContext.Host; 2048ValidateRequest(this.operationContext); 2051DataServiceProcessingPipelineEventArgs eventArg = new DataServiceProcessingPipelineEventArgs(this.operationContext); 2055((IDataService)this).InternalOnStartProcessingRequest(new ProcessRequestArgs(host.AbsoluteRequestUri, false /*isBatchOperation*/, this.operationContext)); 2060if (host.AstoriaHttpVerb != AstoriaVerbs.GET && !this.operationContext.IsBatchRequest)