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