System\Xml\Schema\Preprocessor.cs (26)
495SetParent(include, schema);
638SetParent(schemaItems[i], schema);
735SetParent(items[i], redefine);
1041SetParent(attribute.SchemaType, attribute);
1176SetParent(element.SchemaType, element); //Set parent for simple / complex type child of element
1196SetParent(identityConstraint, element);
1242SetParent(constraint.Selector, constraint);
1244SetParent(constraint.Fields[i], constraint);
1290SetParent(restriction, simpleType);
1292SetParent(restriction.Facets[i], restriction);
1314SetParent(list, simpleType);
1320SetParent(list.ItemType, list);
1336SetParent(union1, simpleType);
1351SetParent(type, union1);
1407SetParent(complexType.ContentModel, complexType); //SimpleContent / complexCotent
1424SetParent(content.Content, content); //simplecontent extension / restriction
1447SetParent(contentRestriction.BaseType, contentRestriction);
1470SetParent(content.Content, content); //complexcontent extension / restriction
1482SetParent(contentExtension.Particle, contentExtension); //Group / all / choice / sequence
1497SetParent(contentRestriction.Particle, contentRestriction); //Group / all / choice / sequence
1509SetParent(complexType.Particle, complexType);
1589SetParent(element, particle);
1601SetParent(items[i], particle);
1614SetParent(items[i], particle);
1648SetParent(attributes[i], parent);
1667SetParent(anyAttribute, parent);