2 writes to _simpleTypeUnion
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (2)
1059
_simpleTypeUnion
= (XmlSchemaSimpleTypeUnion)container;
1509
builder._xso = builder.
_simpleTypeUnion
= new XmlSchemaSimpleTypeUnion();
4 references to _simpleTypeUnion
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (4)
934
container =
_simpleTypeUnion
;
1479
builder.
_simpleTypeUnion
.BaseTypes.Add(builder._simpleType);
1510
builder._simpleType.Content = builder.
_simpleTypeUnion
;
1518
builder.
_simpleTypeUnion
.MemberTypes = (XmlQualifiedName[])dt.ParseValue(value, builder._nameTable, builder._namespaceManager);