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