38 writes to _xso
System.Private.Xml (38)
System\Xml\Schema\XsdBuilder.cs (38)
687_xso = _schema = schema; 706_xso = null; 1153builder._xso = builder._schema; 1171builder._xso = builder._include = new XmlSchemaInclude(); 1195builder._xso = builder._import = new XmlSchemaImport(); 1222builder._xso = builder._redefine = new XmlSchemaRedefine(); 1251builder._xso = builder._attribute = new XmlSchemaAttribute(); 1316builder._xso = builder._element = new XmlSchemaElement(); 1413builder._xso = builder._simpleType = new XmlSchemaSimpleType(); 1502builder._xso = builder._simpleTypeUnion = new XmlSchemaSimpleTypeUnion(); 1536builder._xso = builder._simpleTypeList = new XmlSchemaSimpleTypeList(); 1560builder._xso = builder._simpleTypeRestriction = new XmlSchemaSimpleTypeRestriction(); 1583builder._xso = builder._complexType = new XmlSchemaComplexType(); 1648builder._xso = builder._complexContent = new XmlSchemaComplexContent(); 1671builder._xso = builder._complexContentExtension = new XmlSchemaComplexContentExtension(); 1690builder._xso = builder._complexContentRestriction = new XmlSchemaComplexContentRestriction(); 1714builder._xso = builder._simpleContent = new XmlSchemaSimpleContent(); 1733builder._xso = builder._simpleContentExtension = new XmlSchemaSimpleContentExtension(); 1757builder._xso = builder._simpleContentRestriction = new XmlSchemaSimpleContentRestriction(); 1778builder._xso = builder._attributeGroup = new XmlSchemaAttributeGroup(); 1805builder._xso = builder._attributeGroupRef = new XmlSchemaAttributeGroupRef(); 1825builder._xso = builder._anyAttribute = new XmlSchemaAnyAttribute(); 1897builder._xso = builder._group = new XmlSchemaGroup(); 1927builder._xso = builder._particle = builder._groupRef = new XmlSchemaGroupRef(); 1957builder._xso = builder._particle = builder._all = new XmlSchemaAll(); 1972builder._xso = builder._particle = builder._choice = new XmlSchemaChoice(); 1987builder._xso = builder._particle = builder._sequence = new XmlSchemaSequence(); 2004builder._xso = builder._particle = builder._anyElement = new XmlSchemaAny(); 2030builder._xso = builder._notation = new XmlSchemaNotation(); 2102builder._xso = builder._facet; 2160builder._xso = builder._identityConstraint = new XmlSchemaUnique(); 2163builder._xso = builder._identityConstraint = new XmlSchemaKey(); 2166builder._xso = builder._identityConstraint = new XmlSchemaKeyref(); 2199builder._xso = builder._xpath = new XmlSchemaXPath(); 2225builder._xso = builder._xpath = new XmlSchemaXPath(); 2256builder._xso = builder._annotation = new XmlSchemaAnnotation(); 2268builder._xso = builder._appInfo = new XmlSchemaAppInfo(); 2292builder._xso = builder._documentation = new XmlSchemaDocumentation();
10 references to _xso
System.Private.Xml (10)
System\Xml\Schema\XsdBuilder.cs (10)
708Debug.Assert(_xso != null); 786if (_xso != null) 790_xso.Namespaces = new XmlSerializerNamespaces(_namespaces); 795_xso.SetUnhandledAttributes(_unhandledAttributes.ToArray()); 1103builder._xso!.IdAttribute = value; 2595_xso!.SourceUri = _reader.BaseURI; 2596_xso.LineNumber = _positionInfo.LineNumber; 2597_xso.LinePosition = _positionInfo.LinePosition; 2598if (_xso != _schema) 2600_xso.Parent = this.ParentContainer;