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