3 references to ImportTypeMapping
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (1)
650
mappings[i] = importer.
ImportTypeMapping
(types[i]);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\XmlSerializerOperationBehavior.cs (1)
591
return this.XmlImporter.
ImportTypeMapping
(type);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (1)
66
XmlTypeMapping mapping = new XmlReflectionImporter(null, null).
ImportTypeMapping
(_rootType);