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