6 writes to ChannelHandlerOwnsInstanceContextThrottle
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ChannelHandler.cs (6)
480
this.requestInfo.
ChannelHandlerOwnsInstanceContextThrottle
= false;
1007
this.requestInfo.
ChannelHandlerOwnsInstanceContextThrottle
= (this.requestInfo.ExistingInstanceContext == null);
1805
this.requestInfo.
ChannelHandlerOwnsInstanceContextThrottle
= (this.requestInfo.ExistingInstanceContext == null);
1942
this.requestInfo.
ChannelHandlerOwnsInstanceContextThrottle
= (this.requestInfo.ExistingInstanceContext == null);
2033
this.
ChannelHandlerOwnsInstanceContextThrottle
= false;
2041
this.
ChannelHandlerOwnsInstanceContextThrottle
= false;
5 references to ChannelHandlerOwnsInstanceContextThrottle
System.ServiceModel (5)
System\ServiceModel\Dispatcher\ChannelHandler.cs (5)
479
rpc.MessageRpcOwnsInstanceContextThrottle = this.requestInfo.
ChannelHandlerOwnsInstanceContextThrottle
;
1003
if (this.requestInfo.
ChannelHandlerOwnsInstanceContextThrottle
)
1801
if (this.requestInfo.
ChannelHandlerOwnsInstanceContextThrottle
)
1938
if (this.requestInfo.
ChannelHandlerOwnsInstanceContextThrottle
)
2038
if (this.
ChannelHandlerOwnsInstanceContextThrottle
)