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