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