2 writes to transactionMode
System.ServiceModel (2)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (2)
83this.transactionMode = MsmqTransactionMode.CurrentOrSingle; 87this.transactionMode = MsmqTransactionMode.None;
1 reference to transactionMode
System.ServiceModel (1)
System\ServiceModel\MsmqIntegration\MsmqIntegrationOutputChannel.cs (1)
171this.msmqQueue.Send(msmqMessage, this.transactionMode);