5 references to XmlReflectionImporter
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlReflectionImporter.cs (3)
54public XmlReflectionImporter() : this(null, null) 62public XmlReflectionImporter(string defaultNamespace) : this(null, defaultNamespace) 70public XmlReflectionImporter(XmlAttributeOverrides attributeOverrides) : this(attributeOverrides, null)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializer.cs (1)
259XmlReflectionImporter importer = new XmlReflectionImporter(overrides, defaultNamespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\XmlSerializerObjectSerializer.cs (1)
66XmlTypeMapping mapping = new XmlReflectionImporter(null, null).ImportTypeMapping(_rootType);