5 references to ImportElement
System.Xml (5)
System\Xml\Serialization\XmlSchemaImporter.cs (5)
278accessor = ImportElement(element, string.Empty, desiredMappingType, baseType, name.Namespace, true); 926AddScopeElement(choiceElements, ImportElement(elements[j], identifier, typeof(TypeMapping), null, elements[j].QualifiedName.Namespace, true), ref duplicateElements, allowDuplicates); 930AddScopeElement(choiceElements, ImportElement(element, identifier, typeof(TypeMapping), null, element.QualifiedName.Namespace, false), ref duplicateElements, allowDuplicates); 1225ElementAccessor itemAccessor = ImportElement(itemElement, identifier, typeof(TypeMapping), null, ns, false); 1329accessor = ImportElement(element, identifier, typeof(TypeMapping), null, ns, false);