6 references to DirectionalAction
System.ServiceModel (6)
System\ServiceModel\Channels\TransactionChannelFactory.cs (2)
72
if (!dictionary.TryGetValue(new
DirectionalAction
(direction, action), out txOption))
75
if (this.allowWildcardAction && dictionary.TryGetValue(new
DirectionalAction
(direction, MessageHeaders.WildcardAction), out txOption))
System\ServiceModel\Channels\TransactionChannelListener.cs (2)
66
if (dictionary.TryGetValue(new
DirectionalAction
(direction, action), out txFlow))
70
if (dictionary.TryGetValue(new
DirectionalAction
(direction, MessageHeaders.WildcardAction), out txFlow))
System\ServiceModel\TransactionFlowAttribute.cs (2)
38
DirectionalAction da = new
DirectionalAction
(direction, action);
65
dictionary[new
DirectionalAction
(description.Messages[0].Direction, description.Messages[0].Action)] = this.transactions;