8 references to PropertyName
System.ServiceModel (8)
System\ServiceModel\Channels\TransactionFlowProperty.cs (8)
120
if (message.Properties.ContainsKey(
PropertyName
))
121
return (TransactionFlowProperty)message.Properties[
PropertyName
];
124
message.Properties.Add(
PropertyName
, property);
130
if (message.Properties.ContainsKey(
PropertyName
))
131
return message.Properties[
PropertyName
] as TransactionFlowProperty;
151
if (!message.Properties.ContainsKey(
PropertyName
))
154
return ((TransactionFlowProperty)message.Properties[
PropertyName
]).Transaction;
181
message.Properties.Add(
PropertyName
, property);