3 references to GetWsdlOperationName
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (2)
272wsdlOperation.Name = WsdlNamingHelper.GetWsdlOperationName(operation, contract); 378wsdlOperationBinding.Name = WsdlNamingHelper.GetWsdlOperationName(operation, contract);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
994string wsdlOperationName = WsdlExporter.WsdlNamingHelper.GetWsdlOperationName(operationDescription, parentContractDescription);