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