1 write to flowedTransactionInfo
System.ServiceModel (1)
System\ServiceModel\Channels\TransactionFlowProperty.cs (1)
83property.flowedTransactionInfo = transactionInfo;
2 references to flowedTransactionInfo
System.ServiceModel (2)
System\ServiceModel\Channels\TransactionFlowProperty.cs (2)
30if (this.flowedTransaction == null && this.flowedTransactionInfo != null) 34this.flowedTransaction = this.flowedTransactionInfo.UnmarshalTransaction();