26 references to SetParent
System.Private.Xml (26)
System\Xml\Schema\Preprocessor.cs (26)
561SetParent(include, schema); 731SetParent(schemaItems[i], schema); 841SetParent(items[i], redefine); 1230SetParent(attribute.SchemaType, attribute); 1403SetParent(element.SchemaType, element); //Set parent for simple / complex type child of element 1429SetParent(identityConstraint, element); 1488SetParent(constraint.Selector!, constraint); 1492SetParent(constraint.Fields[i], constraint); 1551SetParent(restriction, simpleType); 1554SetParent(restriction.Facets[i], restriction); 1581SetParent(list, simpleType); 1589SetParent(list.ItemType, list); 1609SetParent(union1, simpleType); 1628SetParent(type, union1); 1700SetParent(complexType.ContentModel, complexType); //SimpleContent / complexCotent 1721SetParent(content.Content, content); //simplecontent extension / restriction 1750SetParent(contentRestriction.BaseType, contentRestriction); 1779SetParent(content.Content, content); //complexcontent extension / restriction 1794SetParent(contentExtension.Particle, contentExtension); // Group / all / choice / sequence 1814SetParent(contentRestriction.Particle, contentRestriction); // Group / all / choice / sequence 1829SetParent(complexType.Particle, complexType); 1929SetParent(element, particle); 1945SetParent(items[i], particle); 1962SetParent(items[i], particle); 2005SetParent(attributes[i], parent); 2031SetParent(anyAttribute, parent);