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