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