1 write to _action
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
41GetActions(description, _dictionary, out _action, out _replyAction);
4 references to _action
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (4)
67if (_action != null) 68return _action.Value; 277_action == null ? null : ActionHeader.Create(_action, messageVersion.Addressing),