1 write to OperationContext
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
89
this.
OperationContext
= operationContext;
19 references to OperationContext
dotnet-svcutil-lib (19)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
99
rpc.
OperationContext
.IsServiceReentrant = true;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (4)
306
if ((rpc.ReturnParameter == null) && (rpc.
OperationContext
.RequestContext != null))
338
if (null != rpc.
OperationContext
.IncomingMessage && MessageState.Closed != rpc.
OperationContext
.IncomingMessage.State)
340
FxTrace.Trace.SetAndTraceTransfer(TraceUtility.GetReceivedActivityId(rpc.
OperationContext
), true);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
302
RequestContext context = rpc.
OperationContext
.RequestContext;
379
AddMessageProperties(rpc.Reply, rpc.
OperationContext
, rpc.Channel);
420
rpc.
OperationContext
.RequestContext = null;
796
rpc.
OperationContext
.FireOperationCompleted();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
58
rpc.
OperationContext
.SetInstanceContext(rpc.InstanceContext);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (9)
183
if (this.
OperationContext
.RequestContext != null)
185
this.AbortRequestContext(this.
OperationContext
.RequestContext);
187
if ((this.RequestContext != null) && (this.RequestContext != this.
OperationContext
.RequestContext))
200
if (this.
OperationContext
.RequestContext != null)
202
this.DisposeRequestContext(this.
OperationContext
.RequestContext);
204
if ((this.RequestContext != null) && (this.RequestContext != this.
OperationContext
.RequestContext))
440
contextHolder.Context = this.
OperationContext
;
447
this.
OperationContext
.SetClientReply(null, false);
477
this.
OperationContext
.ClearClientReplyNoThrow();