2 writes to RequestContext
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
413OperationContext.Current.RequestContext = null;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
420rpc.OperationContext.RequestContext = null;
9 references to RequestContext
dotnet-svcutil-lib (9)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
306if ((rpc.ReturnParameter == null) && (rpc.OperationContext.RequestContext != null))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\DispatchRuntime.cs (1)
412OperationContext.Current.RequestContext.Close();
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
302RequestContext context = rpc.OperationContext.RequestContext;
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (6)
183if (this.OperationContext.RequestContext != null) 185this.AbortRequestContext(this.OperationContext.RequestContext); 187if ((this.RequestContext != null) && (this.RequestContext != this.OperationContext.RequestContext)) 200if (this.OperationContext.RequestContext != null) 202this.DisposeRequestContext(this.OperationContext.RequestContext); 204if ((this.RequestContext != null) && (this.RequestContext != this.OperationContext.RequestContext))