7 references to XmlTypeMapping
System.Xml (7)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
114XmlTypeMapping xmlMapping = new XmlTypeMapping(typeScope, element);
System\Xml\Serialization\SoapSchemaImporter.cs (1)
76return new XmlTypeMapping(Scope, accessor);
System\Xml\Serialization\XmlReflectionImporter.cs (2)
159XmlTypeMapping xmlMapping = new XmlTypeMapping(typeScope, ImportElement(modelScope.GetTypeModel(type), root, defaultNamespace, new RecursionLimiter())); 1970XmlTypeMapping mapping = new XmlTypeMapping(null, element);
System\Xml\Serialization\XmlSchemaImporter.cs (2)
107return new XmlTypeMapping(Scope, element); 160return new XmlTypeMapping(Scope, accessor);
System\Xml\Serialization\XmlSerializer.cs (1)
731XmlTypeMapping mapping = new XmlTypeMapping(null, element);