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