5 references to ServiceDescription
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (1)
361
WsdlExporter.EnsureWsdlContainsImport(wsdlService.
ServiceDescription
, wsdlBindingQName.Namespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (4)
1188
return new XmlQualifiedName(xmlName.EncodedName, wsdlPort.Service.
ServiceDescription
.TargetNamespace);
1803
wsdlNs = ((WsdlNS.Service)item).
ServiceDescription
.TargetNamespace ?? String.Empty;
1815
wsdlNs = wsdlService.
ServiceDescription
.TargetNamespace ?? String.Empty;
2194
IEnumerable<IEnumerable<XmlElement>> wsdlPortAlternatives = this.GetPolicyAlternatives(endpointContext.WsdlPort, endpointContext.WsdlPort.Service.
ServiceDescription
);