1 write to actions
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ActionMessageFilter.cs (1)
51this.actions = new Dictionary<string, int>();
6 references to actions
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ActionMessageFilter.cs (6)
24string[] act = new string[this.actions.Count]; 25actions.Keys.CopyTo(act, 0); 55if (!this.actions.ContainsKey(actions[i])) 57this.actions.Add(actions[i], 0); 68this.actionSet = new ReadOnlyCollection<string>(new List<string>(this.actions.Keys)); 87return this.actions.ContainsKey(act);