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