2 writes to includeDistributedTxIdInExceptionMessage
System.Transactions (2)
System\Transactions\Configuration\AppSettings.cs (2)
73if (settings == null || !bool.TryParse(settings["Transactions:IncludeDistributedTransactionIdInExceptionMessage"], out includeDistributedTxIdInExceptionMessage)) 75includeDistributedTxIdInExceptionMessage = false;
1 reference to includeDistributedTxIdInExceptionMessage
System.Transactions (1)
System\Transactions\Configuration\AppSettings.cs (1)
40return includeDistributedTxIdInExceptionMessage;