3 references to GeneratePartType
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationGenerator.cs (3)
127GeneratePartType(alreadyExported, header, header.Namespace); 133GeneratePartType(alreadyExported, body.ReturnValue, isWrapped ? body.WrapperNamespace : body.ReturnValue.Namespace); 136GeneratePartType(alreadyExported, part, isWrapped ? body.WrapperNamespace : part.Namespace);