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