3 writes to isConcurrent
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (3)
82this.isConcurrent = true; 117this.isConcurrent = ConcurrencyBehavior.IsConcurrent(channelDispatcher, this.hasSession); 198this.isConcurrent = handler.isConcurrent;
4 references to isConcurrent
System.ServiceModel (4)
System\ServiceModel\Dispatcher\ChannelHandler.cs (4)
125!this.isConcurrent); 198this.isConcurrent = handler.isConcurrent; 1447if (this.isConcurrent) 2003if (this.isConcurrent)