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)
40
get { return _isNullAction ? null :
_action
; }
57
&& (
_action
== other.
_action
);
70
return
_action
.CompareTo(other.
_action
);
75
return HashCode.Combine(
_action
, _direction);