3 references to CodeName
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\OperationGenerator.cs (1)
783new CodePrimitiveExpression(NamingHelper.CodeName(message.Body.WrapperName))));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceReflector.cs (1)
261_decoded = NamingHelper.CodeName(_encoded);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlImporter.cs (1)
559binding.Name = NamingHelper.CodeName(bindingQName.Name);