2 writes to _action
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DirectionalAction.cs (2)
24
_action
= MessageHeaders.WildcardAction;
29
_action
= action;
6 references to _action
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\DirectionalAction.cs (6)
38
{ get { return _isNullAction ? null :
_action
; } }
54
&& (
_action
== other.
_action
);
67
return
_action
.CompareTo(other.
_action
);
72
return
_action
.GetHashCode();