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