2 writes to flowedTransaction
System.ServiceModel (2)
System\ServiceModel\Channels\TransactionFlowProperty.cs (2)
34
this.
flowedTransaction
= this.flowedTransactionInfo.UnmarshalTransaction();
76
property.
flowedTransaction
= transaction;
2 references to flowedTransaction
System.ServiceModel (2)
System\ServiceModel\Channels\TransactionFlowProperty.cs (2)
30
if (this.
flowedTransaction
== null && this.flowedTransactionInfo != null)
41
return this.
flowedTransaction
;