System\Xml\Serialization\XmlSchemaImporter.cs (5)
254accessor = ImportElement(element, string.Empty, desiredMappingType, baseType, name.Namespace, true);
963AddScopeElement(choiceElements, ImportElement(elements[j], identifier, typeof(TypeMapping), null, elements[j].QualifiedName.Namespace, true), ref duplicateElements, allowDuplicates);
967AddScopeElement(choiceElements, ImportElement(element, identifier, typeof(TypeMapping), null, element.QualifiedName.Namespace, false), ref duplicateElements, allowDuplicates);
1308ElementAccessor itemAccessor = ImportElement(itemElement, identifier, typeof(TypeMapping), null, ns, false);
1416accessor = ImportElement(element, identifier, typeof(TypeMapping), null, ns, false);