15 references to Union
System.Private.Xml (12)
System\Xml\Schema\Preprocessor.cs (2)
66private const XmlSchemaDerivationMethod schemaFinalDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union; 69private const XmlSchemaDerivationMethod simpleTypeFinalAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
607simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Union); 654if ((unionMember.FinalResolved & XmlSchemaDerivationMethod.Union) != 0)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
35private const XmlSchemaDerivationMethod schemaFinalDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union; 38private const XmlSchemaDerivationMethod simpleTypeFinalAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union;
System\Xml\Schema\SchemaSetCompiler.cs (3)
696simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Union); 744if ((unionMember.FinalResolved & XmlSchemaDerivationMethod.Union) != 0) 1673XmlSchemaType.IsDerivedFrom(derivedElement.ElementSchemaType, baseElement.ElementSchemaType, ~(XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union))))
System\Xml\Schema\XmlValueConverter.cs (1)
3146Debug.Assert(schemaType.DerivedBy == XmlSchemaDerivationMethod.Union);
System\Xml\Schema\XsdBuilder.cs (1)
607(int)XmlSchemaDerivationMethod.Union,
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
63Debug.Assert(schemaType.DerivedBy == XmlSchemaDerivationMethod.Union);
System.Web.Services.Description (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
3640case Xml.Schema.XmlSchemaDerivationMethod.@Union: s = @"union"; break; 3653(long)Xml.Schema.XmlSchemaDerivationMethod.@Union, 10653h.Add(@"union", (long)Xml.Schema.XmlSchemaDerivationMethod.@Union);