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