1 write to RequestContext
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
93this.RequestContext = requestContext;
10 references to RequestContext
dotnet-svcutil-lib (10)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
121rpc.RequestContext.Reply(rpc.Reply, rpc.ReplyTimeoutHelper.RemainingTime()); 161rpc.AsyncResult = rpc.RequestContext.BeginReply(rpc.Reply, rpc.ReplyTimeoutHelper.RemainingTime(), 213rpc.RequestContext.EndReply(rpc.AsyncResult); 419rpc.RequestContext.Reply(null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (6)
187if ((this.RequestContext != null) && (this.RequestContext != this.OperationContext.RequestContext)) 189this.AbortRequestContext(this.RequestContext); 204if ((this.RequestContext != null) && (this.RequestContext != this.OperationContext.RequestContext)) 206this.DisposeRequestContext(this.RequestContext);