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