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