2 writes to RequestContext
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
413
OperationContext.Current.
RequestContext
= null;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
420
rpc.OperationContext.
RequestContext
= null;
9 references to RequestContext
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
306
if ((rpc.ReturnParameter == null) && (rpc.OperationContext.
RequestContext
!= null))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
412
OperationContext.Current.
RequestContext
.Close();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
302
RequestContext context = rpc.OperationContext.
RequestContext
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (6)
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
))