1 instantiation of TransactionMessageProperty
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\TransactionFlowProperty.cs (1)
64return new TransactionMessageProperty();
8 references to TransactionMessageProperty
System.ServiceModel.Primitives (7)
System\ServiceModel\Channels\TransactionChannel.cs (1)
120TransactionMessageProperty.Set(transactionInfo, message);
System\ServiceModel\Channels\TransactionFlowProperty.cs (6)
40internal static TransactionMessageProperty TryGet(Message message) 43return message.Properties[PropertyName] as TransactionMessageProperty; 53return ((TransactionMessageProperty)message.Properties[PropertyName]).Transaction; 56private static TransactionMessageProperty GetPropertyAndThrowIfAlreadySet(Message message) 69TransactionMessageProperty property = GetPropertyAndThrowIfAlreadySet(message); 76TransactionMessageProperty property = GetPropertyAndThrowIfAlreadySet(message);
System.ServiceModel.Primitives.Tests (1)
Channels\TransactionFlowBindingElementTest.cs (1)
448TransactionMessageProperty.Set(null, message);