2 references to ThrowIfNotPolicyElement
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElementImporter.cs (2)
210
XmlElement element =
ThrowIfNotPolicyElement
(node, ReliableMessagingVersion.WSReliableMessaging11);
453
XmlElement policyElement =
ThrowIfNotPolicyElement
(policyNode, ReliableMessagingVersion.WSReliableMessaging11);