System\Xml\Schema\SchemaCollectionpreProcessor.cs (26)
308SetParent(include, schema);
440SetParent(schema.Items[i], schema);
490SetParent(redefine.Items[i], redefine);
731SetParent(attribute.SchemaType, attribute);
866SetParent(element.SchemaType, element); //Set parent for simple / complex type child of element
884SetParent(element.Constraints[i], element);
930SetParent(constraint.Selector, constraint);
932SetParent(constraint.Fields[i], constraint);
978SetParent(restriction, simpleType);
980SetParent(restriction.Facets[i], restriction);
1002SetParent(list, simpleType);
1008SetParent(list.ItemType, list);
1024SetParent(union1, simpleType);
1037SetParent(union1.BaseTypes[i], union1);
1093SetParent(complexType.ContentModel, complexType); //SimpleContent / complexCotent
1110SetParent(content.Content, content); //simplecontent extension / restriction
1133SetParent(contentRestriction.BaseType, contentRestriction);
1156SetParent(content.Content, content); //complexcontent extension / restriction
1168SetParent(contentExtension.Particle, contentExtension); //Group / all / choice / sequence
1183SetParent(contentRestriction.Particle, contentRestriction); //Group / all / choice / sequence
1195SetParent(complexType.Particle, complexType);
1276SetParent(element, particle);
1289SetParent(choices[i], particle);
1302SetParent(sequences[i], particle);
1336SetParent(attributes[i], parent);
1355SetParent(anyAttribute, parent);