5 writes to ChannelHandlerOwnsCallThrottle
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
477this.requestInfo.ChannelHandlerOwnsCallThrottle = false; 987this.requestInfo.ChannelHandlerOwnsCallThrottle = true; 1788this.requestInfo.ChannelHandlerOwnsCallThrottle = true; 2032this.ChannelHandlerOwnsCallThrottle = false; 2052this.ChannelHandlerOwnsCallThrottle = false;
3 references to ChannelHandlerOwnsCallThrottle
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
983if (this.requestInfo.ChannelHandlerOwnsCallThrottle) 1784if (this.requestInfo.ChannelHandlerOwnsCallThrottle) 2049if (this.ChannelHandlerOwnsCallThrottle)