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