1 write to InstanceContextServiceThrottle
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
291channel.InstanceContextServiceThrottle = this;
7 references to InstanceContextServiceThrottle
System.ServiceModel (7)
System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
583if (this.InstanceContextServiceThrottle != null && this.requestInfo.Channel.InstanceContextServiceThrottle == null) 585this.requestInfo.Channel.InstanceContextServiceThrottle = this.InstanceContextServiceThrottle; 727if (this.InstanceContextServiceThrottle != null) 729channel.InstanceContextServiceThrottle = this.InstanceContextServiceThrottle;
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (2)
1640if (rpc.MessageRpcOwnsInstanceContextThrottle && rpc.channelHandler.InstanceContextServiceThrottle != null) 1642rpc.channelHandler.InstanceContextServiceThrottle.DeactivateInstanceContext();
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
185rpc.InstanceContext.ServiceThrottle = rpc.channelHandler.InstanceContextServiceThrottle;