38 writes to xso
System.Xml (38)
System\Xml\Schema\XsdBuilder.cs (38)
684this.xso = this.schema = schema; 699xso = null; 1107builder.xso = builder.schema; 1122builder.xso = builder.include = new XmlSchemaInclude(); 1143builder.xso = builder.import = new XmlSchemaImport(); 1166builder.xso = builder.redefine = new XmlSchemaRedefine(); 1192builder.xso = builder.attribute = new XmlSchemaAttribute(); 1249builder.xso = builder.element = new XmlSchemaElement(); 1331builder.xso = builder.simpleType = new XmlSchemaSimpleType(); 1408builder.xso = builder.simpleTypeUnion = new XmlSchemaSimpleTypeUnion(); 1436builder.xso = builder.simpleTypeList = new XmlSchemaSimpleTypeList(); 1456builder.xso = builder.simpleTypeRestriction = new XmlSchemaSimpleTypeRestriction(); 1477builder.xso = builder.complexType = new XmlSchemaComplexType(); 1532builder.xso = builder.complexContent = new XmlSchemaComplexContent(); 1552builder.xso = builder.complexContentExtension = new XmlSchemaComplexContentExtension(); 1569builder.xso = builder.complexContentRestriction = new XmlSchemaComplexContentRestriction(); 1590builder.xso = builder.simpleContent = new XmlSchemaSimpleContent(); 1607builder.xso = builder.simpleContentExtension = new XmlSchemaSimpleContentExtension(); 1628builder.xso = builder.simpleContentRestriction = new XmlSchemaSimpleContentRestriction(); 1647builder.xso = builder.attributeGroup = new XmlSchemaAttributeGroup(); 1671builder.xso = builder.attributeGroupRef = new XmlSchemaAttributeGroupRef(); 1689builder.xso = builder.anyAttribute = new XmlSchemaAnyAttribute(); 1750builder.xso = builder.group = new XmlSchemaGroup(); 1777builder.xso = builder.particle = builder.groupRef = new XmlSchemaGroupRef(); 1803builder.xso = builder.particle = builder.all = new XmlSchemaAll(); 1817builder.xso = builder.particle = builder.choice = new XmlSchemaChoice(); 1831builder.xso = builder.particle = builder.sequence = new XmlSchemaSequence(); 1847builder.xso = builder.particle = builder.anyElement = new XmlSchemaAny(); 1870builder.xso = builder.notation = new XmlSchemaNotation(); 1937builder.xso = builder.facet; 1987builder.xso = builder.identityConstraint = new XmlSchemaUnique(); 1990builder.xso = builder.identityConstraint = new XmlSchemaKey(); 1993builder.xso = builder.identityConstraint = new XmlSchemaKeyref(); 2021builder.xso = builder.xpath = new XmlSchemaXPath(); 2043builder.xso = builder.xpath = new XmlSchemaXPath(); 2070builder.xso = builder.annotation = new XmlSchemaAnnotation(); 2081builder.xso = builder.appInfo = new XmlSchemaAppInfo(); 2102builder.xso = builder.documentation = new XmlSchemaDocumentation();
10 references to xso
System.Xml (10)
System\Xml\Schema\XsdBuilder.cs (10)
701Debug.Assert(xso != null); 763if (this.xso != null ) { 765this.xso.Namespaces.Namespaces = this.namespaces; 769this.xso.SetUnhandledAttributes((XmlAttribute[])this.unhandledAttributes.ToArray(typeof(System.Xml.XmlAttribute))); 1064builder.xso.IdAttribute = value; 2352this.xso.SourceUri = this.reader.BaseURI; 2353this.xso.LineNumber = this.positionInfo.LineNumber; 2354this.xso.LinePosition = this.positionInfo.LinePosition; 2355if (this.xso != this.schema) { 2356this.xso.Parent = this.ParentContainer;