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); 67return _action.CompareTo(other._action); 72return _action.GetHashCode();