2 references to ExactlyOnce
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
391
XmlElement exactlyOnce = doc.CreateElement(reliableSessionPrefix, ReliableSessionPolicyStrings.
ExactlyOnce
, reliableSessionNs);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (1)
466
if (!IsElement(element, wsrmNs, ReliableSessionPolicyStrings.
ExactlyOnce
)