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