1 write to _action
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
56
OperationFormatter.GetActions(description, dictionary, out
_action
, out _replyAction);
3 references to _action
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (3)
90
ActionHeader.Create(
_action
, AddressingVersion.None);
104
ActionHeader.Create(
_action
, AddressingVersion.WSAddressing10);
163
if (
_action
== null)