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