6 references to ImportTypeMapping
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
143return ImportTypeMapping(type, null, null); 152return ImportTypeMapping(type, null, defaultNamespace); 161return ImportTypeMapping(type, root, null);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (2)
231_mapping = importer.ImportTypeMapping(type, null, defaultNamespace); 265_mapping = importer.ImportTypeMapping(type, root, defaultNamespace);
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializerFactory.cs (1)
108mapping = importer.ImportTypeMapping(type, null, defaultNamespace);