5 references to CurrentOrSingle
System.ServiceModel (5)
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
105this.transactionMode = MsmqTransactionMode.CurrentOrSingle;
System\ServiceModel\Channels\MsmqOutputSessionChannel.cs (1)
106this.msmqQueue.Send(msmqMessage, MsmqTransactionMode.CurrentOrSingle);
System\ServiceModel\Channels\MsmqQueue.cs (2)
627case MsmqTransactionMode.CurrentOrSingle: 644case MsmqTransactionMode.CurrentOrSingle:
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
83this.transactionMode = MsmqTransactionMode.CurrentOrSingle;