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