3 writes to MessageRpcOwnsInstanceContextThrottle
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
479rpc.MessageRpcOwnsInstanceContextThrottle = this.requestInfo.ChannelHandlerOwnsInstanceContextThrottle;
System\ServiceModel\Dispatcher\InstanceBehavior.cs (1)
186rpc.MessageRpcOwnsInstanceContextThrottle = false;
System\ServiceModel\Dispatcher\MessageRpc.cs (1)
105this.MessageRpcOwnsInstanceContextThrottle = false;
1 reference to MessageRpcOwnsInstanceContextThrottle
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
1640if (rpc.MessageRpcOwnsInstanceContextThrottle && rpc.channelHandler.InstanceContextServiceThrottle != null)