15 references to Union
System.Data.SqlXml (1)
System\Xml\Xsl\XmlQueryTypeFactory.cs (1)
63Debug.Assert(schemaType.DerivedBy == XmlSchemaDerivationMethod.Union);
System.Web.Services (3)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (3)
3083case global::System.Xml.Schema.XmlSchemaDerivationMethod.@Union: s = @"union"; break; 3096(long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@Union, 8663h.Add(@"union", (long)global::System.Xml.Schema.XmlSchemaDerivationMethod.@Union);
System.Xml (11)
System\Xml\Schema\Preprocessor.cs (2)
66const XmlSchemaDerivationMethod schemaFinalDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union; 69const XmlSchemaDerivationMethod simpleTypeFinalAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union;
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
478simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Union); 516if ((unionMember.FinalResolved & XmlSchemaDerivationMethod.Union) != 0) {
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
37const XmlSchemaDerivationMethod schemaFinalDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union; 40const XmlSchemaDerivationMethod simpleTypeFinalAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union;
System\Xml\Schema\SchemaSetCompiler.cs (3)
545simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Union); 583if ((unionMember.FinalResolved & XmlSchemaDerivationMethod.Union) != 0) { 1312XmlSchemaType.IsDerivedFrom(derivedElement.ElementSchemaType, baseElement.ElementSchemaType, ~(XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union))) ) {
System\Xml\Schema\XmlValueConverter.cs (1)
3317Debug.Assert(schemaType.DerivedBy == XmlSchemaDerivationMethod.Union);
System\Xml\Schema\XsdBuilder.cs (1)
606(int)XmlSchemaDerivationMethod.Union,