8 references to Namespace
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\ReliableSessionBindingElement.cs (1)
339string policyNs = policyVersion.Namespace;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (5)
811_policyVersion.Namespace); 848_policyVersion.Namespace); 853_policyVersion.Namespace); 859_policyVersion.Namespace); 923namespaces.Add(MetadataStrings.WSPolicy.Prefix, _policyVersion.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityPolicy.cs (2)
241XmlElement result = doc.CreateElement(WspPrefix, PolicyName, exporter.PolicyVersion.Namespace); 1905result.SetAttribute(OptionalName, exporter.PolicyVersion.Namespace, TrueName);