3 writes to formatter
System.ServiceModel (3)
System\ServiceModel\Channels\TransactionChannel.cs (3)
45this.formatter = TransactionFormatter.OleTxFormatter; 49this.formatter = TransactionFormatter.WsatFormatter10; 53this.formatter = TransactionFormatter.WsatFormatter11;
3 references to formatter
System.ServiceModel (3)
System\ServiceModel\Channels\TransactionChannel.cs (3)
66return this.formatter; 135transactionInfo = this.formatter.ReadTransaction(message); 188this.formatter.WriteTransaction(transaction, message);