26 references to SetParent
System.Private.Xml (26)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (26)
362SetParent(include, schema); 537SetParent(schema.Items[i], schema); 592SetParent(redefine.Items[i], redefine); 902SetParent(attribute.SchemaType, attribute); 1076SetParent(element.SchemaType, element); //Set parent for simple / complex type child of element 1100SetParent(element.Constraints[i], element); 1156SetParent(constraint.Selector!, constraint); 1159SetParent(constraint.Fields[i], constraint); 1218SetParent(restriction, simpleType); 1221SetParent(restriction.Facets[i], restriction); 1248SetParent(list, simpleType); 1256SetParent(list.ItemType, list); 1276SetParent(union1, simpleType); 1293SetParent(union1.BaseTypes[i], union1); 1365SetParent(complexType.ContentModel, complexType); //SimpleContent / complexCotent 1386SetParent(content.Content, content); //simplecontent extension / restriction 1415SetParent(contentRestriction.BaseType, contentRestriction); 1444SetParent(content.Content, content); //complexcontent extension / restriction 1459SetParent(contentExtension.Particle, contentExtension); //Group / all / choice / sequence 1478SetParent(contentRestriction.Particle, contentRestriction); //Group / all / choice / sequence 1492SetParent(complexType.Particle, complexType); 1596SetParent(element, particle); 1613SetParent(choices[i], particle); 1630SetParent(sequences[i], particle); 1673SetParent(attributes[i], parent); 1698SetParent(anyAttribute, parent);