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