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