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