2 overrides of ImportType
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
1666
internal override string
ImportType
(MessagePartDescription part, XmlQualifiedName typeName, bool isEncoded)
2042
internal 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)
1480
bodyPart.BaseType =
ImportType
(bodyPart, part.Type, isEncoded);