2 writes to action
System.ServiceModel (2)
System\ServiceModel\Channels\DirectionalAction.cs (2)
23this.action = MessageHeaders.WildcardAction; 28this.action = action;
6 references to action
System.ServiceModel (6)
System\ServiceModel\Channels\DirectionalAction.cs (6)
37{ get { return this.isNullAction ? null : this.action; } } 53&& (this.action == other.action); 66return this.action.CompareTo(other.action); 71return this.action.GetHashCode();