38 writes to _xso
dotnet-svcutil-lib (38)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (38)
696_xso = _schema = schema; 713_xso = null; 1161builder._xso = builder._schema; 1178builder._xso = builder._include = new XmlSchemaInclude(); 1202builder._xso = builder._import = new XmlSchemaImport(); 1229builder._xso = builder._redefine = new XmlSchemaRedefine(); 1258builder._xso = builder._attribute = new XmlSchemaAttribute(); 1323builder._xso = builder._element = new XmlSchemaElement(); 1420builder._xso = builder._simpleType = new XmlSchemaSimpleType(); 1509builder._xso = builder._simpleTypeUnion = new XmlSchemaSimpleTypeUnion(); 1542builder._xso = builder._simpleTypeList = new XmlSchemaSimpleTypeList(); 1565builder._xso = builder._simpleTypeRestriction = new XmlSchemaSimpleTypeRestriction(); 1588builder._xso = builder._complexType = new XmlSchemaComplexType(); 1653builder._xso = builder._complexContent = new XmlSchemaComplexContent(); 1676builder._xso = builder._complexContentExtension = new XmlSchemaComplexContentExtension(); 1695builder._xso = builder._complexContentRestriction = new XmlSchemaComplexContentRestriction(); 1719builder._xso = builder._simpleContent = new XmlSchemaSimpleContent(); 1738builder._xso = builder._simpleContentExtension = new XmlSchemaSimpleContentExtension(); 1762builder._xso = builder._simpleContentRestriction = new XmlSchemaSimpleContentRestriction(); 1783builder._xso = builder._attributeGroup = new XmlSchemaAttributeGroup(); 1810builder._xso = builder._attributeGroupRef = new XmlSchemaAttributeGroupRef(); 1830builder._xso = builder._anyAttribute = new XmlSchemaAnyAttribute(); 1902builder._xso = builder._group = new XmlSchemaGroup(); 1932builder._xso = builder._particle = builder._groupRef = new XmlSchemaGroupRef(); 1962builder._xso = builder._particle = builder._all = new XmlSchemaAll(); 1977builder._xso = builder._particle = builder._choice = new XmlSchemaChoice(); 1992builder._xso = builder._particle = builder._sequence = new XmlSchemaSequence(); 2009builder._xso = builder._particle = builder._anyElement = new XmlSchemaAny(); 2035builder._xso = builder._notation = new XmlSchemaNotation(); 2107builder._xso = builder._facet; 2165builder._xso = builder._identityConstraint = new XmlSchemaUnique(); 2168builder._xso = builder._identityConstraint = new XmlSchemaKey(); 2171builder._xso = builder._identityConstraint = new XmlSchemaKeyref(); 2204builder._xso = builder._xpath = new XmlSchemaXPath(); 2230builder._xso = builder._xpath = new XmlSchemaXPath(); 2261builder._xso = builder._annotation = new XmlSchemaAnnotation(); 2273builder._xso = builder._appInfo = new XmlSchemaAppInfo(); 2297builder._xso = builder._documentation = new XmlSchemaDocumentation();
10 references to _xso
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (10)
715Debug.Assert(_xso != null); 794if (_xso != null) 798_xso.Namespaces.Namespaces = _namespaces; 803_xso.SetUnhandledAttributes((XmlAttribute[])_unhandledAttributes.ToArray(typeof(Microsoft.Xml.XmlAttribute))); 1111builder._xso.IdAttribute = value; 2600_xso.SourceUri = _reader.BaseURI; 2601_xso.LineNumber = _positionInfo.LineNumber; 2602_xso.LinePosition = _positionInfo.LinePosition; 2603if (_xso != _schema) 2605_xso.Parent = this.ParentContainer;