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