2 overrides of ImportType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
1666internal override string ImportType(MessagePartDescription part, XmlQualifiedName typeName, bool isEncoded) 2042internal override string ImportType(MessagePartDescription part, XmlQualifiedName typeName, bool isEncoded)
1 reference to ImportType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1480bodyPart.BaseType = ImportType(bodyPart, part.Type, isEncoded);