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