1 write to _replyAction
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 _replyAction
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (3)
119
ActionHeader.Create(
_replyAction
, AddressingVersion.None);
133
ActionHeader.Create(
_replyAction
, AddressingVersion.WSAddressing10);
185
if (
_replyAction
== null)