8 references to WsdlNamingHelper
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\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);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (3)
228
if (!this.KnownContracts.ContainsKey(WsdlExporter.
WsdlNamingHelper
.GetPortTypeQName(contract)))
994
string wsdlOperationName = WsdlExporter.
WsdlNamingHelper
.GetWsdlOperationName(operationDescription, parentContractDescription);
1513
XmlQualifiedName qName = WsdlExporter.
WsdlNamingHelper
.GetPortTypeQName(contract);