10 references to WsdlNamingHelper
System.ServiceModel (10)
System\ServiceModel\Description\MetadataResolver.cs (2)
241
importer.KnownContracts.Add(WsdlExporter.
WsdlNamingHelper
.GetPortTypeQName(cd), cd);
292
XmlQualifiedName qname = WsdlExporter.
WsdlNamingHelper
.GetPortTypeQName(cd);
System\ServiceModel\Description\WsdlExporter.cs (5)
256
XmlQualifiedName wsdlPortTypeQName =
WsdlNamingHelper
.GetPortTypeQName(contract);
272
wsdlOperation.Name =
WsdlNamingHelper
.GetWsdlOperationName(operation, contract);
318
wsdlBindingQName =
WsdlNamingHelper
.GetBindingQName(endpoint, this, out bindingNameWasUniquified);
350
string wsdlPortName =
WsdlNamingHelper
.GetPortName(endpoint, wsdlService);
378
wsdlOperationBinding.Name =
WsdlNamingHelper
.GetWsdlOperationName(operation, contract);
System\ServiceModel\Description\WsdlImporter.cs (3)
227
if (!this.KnownContracts.ContainsKey(WsdlExporter.
WsdlNamingHelper
.GetPortTypeQName(contract)))
997
string wsdlOperationName = WsdlExporter.
WsdlNamingHelper
.GetWsdlOperationName(operationDescription, parentContractDescription);
1525
XmlQualifiedName qName = WsdlExporter.
WsdlNamingHelper
.GetPortTypeQName(contract);