2 writes to _isConcurrent
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
63
_isConcurrent
= true;
94
_isConcurrent
= ConcurrencyBehavior.IsConcurrent(channelDispatcher, _hasSession);
2 references to _isConcurrent
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
1096
if (
_isConcurrent
)
1224
if (
_isConcurrent
)