1 write to supportsTransactedBatch
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
23
this.
supportsTransactedBatch
= ConcurrencyBehavior.SupportsTransactedBatch(runtime.ChannelDispatcher);
1 reference to supportsTransactedBatch
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ConcurrencyBehavior.cs (1)
33
return IsConcurrent(this.concurrencyMode, this.enforceOrderedReceive, rpc.Channel.HasSession, this.
supportsTransactedBatch
);