1 write to actions
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ActionMessageFilterTable.cs (1)
29this.actions = new Dictionary<string, List<MessageFilter>>();
8 references to actions
System.ServiceModel (8)
System\ServiceModel\Dispatcher\ActionMessageFilterTable.cs (8)
123if (!this.actions.TryGetValue(filter.Actions[i], out filters)) 126this.actions.Add(filter.Actions[i], filters); 151this.actions.Clear(); 189if (this.actions.TryGetValue(act, out filters)) 228if (this.actions.TryGetValue(act, out filters)) 251if (this.actions.TryGetValue(act, out filters)) 440filters = this.actions[filter.Actions[i]]; 444this.actions.Remove(filter.Actions[i]);