1 write to actionSet
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ActionMessageFilter.cs (1)
68
this.
actionSet
= new ReadOnlyCollection<string>(new List<string>(this.actions.Keys));
2 references to actionSet
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ActionMessageFilter.cs (2)
66
if (this.
actionSet
== null)
70
return this.
actionSet
;