1 write to operationContext
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
304
this.
operationContext
= OperationContext.Current;
12 references to operationContext
System.ServiceModel.Activities (12)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (12)
313
if (this.
operationContext
.SessionId == null)
328
if (!ReceiveContext.TryGet(this.
operationContext
.IncomingMessageProperties, out this.receiveContext))
382
OperationContext = this.
operationContext
,
424
this.invoker.host.RaiseUnknownMessageReceived(this.
operationContext
.IncomingMessage);
463
this.
operationContext
, this.receiveContext, this.invoker.StaticBookmarkName, BufferedReceiveState.WaitingOnInstance, retry);
508
thisPtr.invoker.host.RaiseUnknownMessageReceived(thisPtr.
operationContext
.IncomingMessage);
539
if (!ContextMessageProperty.TryGet(thisPtr.
operationContext
.OutgoingMessageProperties, out outgoingContextMessageProperty))
543
outgoingContextMessageProperty.AddOrReplaceInMessageProperties(thisPtr.
operationContext
.OutgoingMessageProperties);
636
result = this.invoker.OnBeginServiceOperation(this.workflowServiceInstance, this.
operationContext
,
802
this.instanceId = hostingEndpoint.OnGetInstanceId(inputs, this.
operationContext
);
805
this.invoker.GetInstanceKeys(this.
operationContext
, out this.instanceKey, out this.additionalKeys);
811
this.invoker.GetInstanceKeys(this.
operationContext
, out this.instanceKey, out this.additionalKeys);