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