FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemaImporter.cs (5)
303accessor = ImportElement(element, string.Empty, desiredMappingType, baseType, name.Namespace, true);
1067AddScopeElement(choiceElements, ImportElement(elements[j], identifier, typeof(TypeMapping), null, elements[j].QualifiedName.Namespace, true), ref duplicateElements, allowDuplicates);
1071AddScopeElement(choiceElements, ImportElement(element, identifier, typeof(TypeMapping), null, element.QualifiedName.Namespace, false), ref duplicateElements, allowDuplicates);
1411ElementAccessor itemAccessor = ImportElement(itemElement, identifier, typeof(TypeMapping), null, ns, false);
1523accessor = ImportElement(element, identifier, typeof(TypeMapping), null, ns, false);