2 writes to _action
System.ServiceModel.Primitives (2)
System\ServiceModel\Channels\DirectionalAction.cs (2)
23_action = MessageHeaders.WildcardAction; 28_action = action;
6 references to _action
System.ServiceModel.Primitives (6)
System\ServiceModel\Channels\DirectionalAction.cs (6)
40get { return _isNullAction ? null : _action; } 57&& (_action == other._action); 70return _action.CompareTo(other._action); 75return HashCode.Combine(_action, _direction);