FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (26)
586SetParent(include, schema);
757SetParent(schemaItems[i], schema);
874SetParent(items[i], redefine);
1263SetParent(attribute.SchemaType, attribute);
1436SetParent(element.SchemaType, element); //Set parent for simple / complex type child of element
1462SetParent(identityConstraint, element);
1519SetParent(constraint.Selector, constraint);
1522SetParent(constraint.Fields[i], constraint);
1582SetParent(restriction, simpleType);
1585SetParent(restriction.Facets[i], restriction);
1613SetParent(list, simpleType);
1621SetParent(list.ItemType, list);
1641SetParent(union1, simpleType);
1660SetParent(type, union1);
1732SetParent(complexType.ContentModel, complexType); //SimpleContent / complexCotent
1755SetParent(content.Content, content); //simplecontent extension / restriction
1785SetParent(contentRestriction.BaseType, contentRestriction);
1814SetParent(content.Content, content); //complexcontent extension / restriction
1830SetParent(contentExtension.Particle, contentExtension); //Group / all / choice / sequence
1849SetParent(contentRestriction.Particle, contentRestriction); //Group / all / choice / sequence
1863SetParent(complexType.Particle, complexType);
1963SetParent(element, particle);
1979SetParent(items[i], particle);
1996SetParent(items[i], particle);
2040SetParent(attributes[i], parent);
2065SetParent(anyAttribute, parent);