2 overrides of ImportElement
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (2)
1697internal override string ImportElement(MessagePartDescription part, XmlSchemaElement element, bool isEncoded) 2057internal override string ImportElement(MessagePartDescription part, XmlSchemaElement element, bool isEncoded)
1 reference to ImportElement
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\MessageContractImporter.cs (1)
1501part.BaseType = ImportElement(part, element, false/*isEncoded*/);