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