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