1 write to action
System.ServiceModel (1)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
45GetActions(description, dictionary, out this.action, out this.replyAction);
4 references to action
System.ServiceModel (4)
System\ServiceModel\Dispatcher\OperationFormatter.cs (4)
65if (action != null) 66return action.Value; 279action == null ? null : ActionHeader.Create(action, messageVersion.Addressing),