4 references to DirectionalAction
System.ServiceModel.Primitives (4)
System\ServiceModel\Channels\TransactionChannelFactory.cs (2)
59
if (!_dictionary.TryGetValue(new
DirectionalAction
(direction, action), out txOption))
61
if (_allowWildcardAction && _dictionary.TryGetValue(new
DirectionalAction
(direction, MessageHeaders.WildcardAction), out txOption))
System\ServiceModel\TransactionFlowAttribute.cs (2)
32
DirectionalAction da = new
DirectionalAction
(direction, action);
59
dictionary[new
DirectionalAction
(description.Messages[0].Direction, description.Messages[0].Action)] = _transactions;