26 references to SetParent
dotnet-svcutil-lib (26)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (26)
367SetParent(include, schema); 538SetParent(schema.Items[i], schema); 599SetParent(redefine.Items[i], redefine); 910SetParent(attribute.SchemaType, attribute); 1083SetParent(element.SchemaType, element); //Set parent for simple / complex type child of element 1107SetParent(element.Constraints[i], element); 1164SetParent(constraint.Selector, constraint); 1167SetParent(constraint.Fields[i], constraint); 1227SetParent(restriction, simpleType); 1230SetParent(restriction.Facets[i], restriction); 1258SetParent(list, simpleType); 1266SetParent(list.ItemType, list); 1286SetParent(union1, simpleType); 1303SetParent(union1.BaseTypes[i], union1); 1375SetParent(complexType.ContentModel, complexType); //SimpleContent / complexCotent 1398SetParent(content.Content, content); //simplecontent extension / restriction 1428SetParent(contentRestriction.BaseType, contentRestriction); 1457SetParent(content.Content, content); //complexcontent extension / restriction 1473SetParent(contentExtension.Particle, contentExtension); //Group / all / choice / sequence 1492SetParent(contentRestriction.Particle, contentRestriction); //Group / all / choice / sequence 1506SetParent(complexType.Particle, complexType); 1609SetParent(element, particle); 1626SetParent(choices[i], particle); 1643SetParent(sequences[i], particle); 1687SetParent(attributes[i], parent); 1712SetParent(anyAttribute, parent);