System\Xml\Serialization\XmlSchemaImporter.cs (4)
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);
1011AddScopeElement(scope, elements[i], ref duplicateElements, allowDuplicates);
1441AddScopeElement(elementsScope, accessor, ref needExplicitOrder, allowDuplicates);