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