2 writes to transactionMode
System.ServiceModel (2)
System\ServiceModel\Channels\MsmqOutputChannel.cs (2)
105this.transactionMode = MsmqTransactionMode.CurrentOrSingle; 109this.transactionMode = MsmqTransactionMode.None;
1 reference to transactionMode
System.ServiceModel (1)
System\ServiceModel\Channels\MsmqOutputChannel.cs (1)
169this.msmqQueue.Send(msmqMessage, this.transactionMode);