2 writes to simpleTypeUnion
System.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1013
this.
simpleTypeUnion
= (XmlSchemaSimpleTypeUnion)container;
1408
builder.xso = builder.
simpleTypeUnion
= new XmlSchemaSimpleTypeUnion();
4 references to simpleTypeUnion
System.Xml (4)
System\Xml\Schema\XsdBuilder.cs (4)
890
container = this.
simpleTypeUnion
;
1382
builder.
simpleTypeUnion
.BaseTypes.Add(builder.simpleType);
1409
builder.simpleType.Content = builder.
simpleTypeUnion
;
1415
builder.
simpleTypeUnion
.MemberTypes = (XmlQualifiedName[])dt.ParseValue(value, builder.nameTable, builder.namespaceManager);