2 writes to _simpleTypeUnion
System.Private.Xml (2)
System\Xml\Schema\XsdBuilder.cs (2)
1051
_simpleTypeUnion
= (XmlSchemaSimpleTypeUnion)container;
1502
builder._xso = builder.
_simpleTypeUnion
= new XmlSchemaSimpleTypeUnion();
4 references to _simpleTypeUnion
System.Private.Xml (4)
System\Xml\Schema\XsdBuilder.cs (4)
926
container =
_simpleTypeUnion
!;
1472
builder.
_simpleTypeUnion
!.BaseTypes.Add(builder._simpleType);
1503
builder._simpleType.Content = builder.
_simpleTypeUnion
;
1511
builder.
_simpleTypeUnion
!.MemberTypes = (XmlQualifiedName[])dt.ParseValue(value, builder._nameTable, builder._namespaceManager);