3 instantiations of UnsupportedTransactionFormatter
System.ServiceModel.Primitives (3)
System\ServiceModel\Transactions\TransactionFormatter.cs (3)
47public TransactionFormatter CreateOleTxFormatter() => new UnsupportedTransactionFormatter(); 48public TransactionFormatter CreateWsatFormatter10() => new UnsupportedTransactionFormatter(); 49public TransactionFormatter CreateWsatFormatter11() => new UnsupportedTransactionFormatter();