System\Xml\Serialization\XmlSchemaImporter.cs (3)
947AddScopeElements(choiceElements, ImportAny((XmlSchemaAny)item, true, ns), ref duplicateElements, allowDuplicates);
972AddScopeElements(choiceElements, ImportAny(any, true, ns), ref duplicateElements, allowDuplicates);
1169ElementAccessor[] accessors = ImportAny(any, !mixed, ns);