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