3 references to Element
System.Xml (3)
System\Xml\Serialization\SoapReflectionImporter.cs (1)
407TypeMapping itemTypeMapping = ImportTypeMapping(model.Element, limiter);
System\Xml\Serialization\XmlReflectionImporter.cs (2)
958savedArrayItemAttributes.Add(CreateArrayItemAttribute(typeScope.GetTypeDesc(model.Element.Type), arrayNestingLevel)); 959CreateArrayElementsFromAttributes(mapping, savedArrayItemAttributes, model.Element.Type, savedArrayNamespace == null ? ns : savedArrayNamespace, limiter);