14 references to Union
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
71private const XmlSchemaDerivationMethod schemaFinalDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union; 74private const XmlSchemaDerivationMethod simpleTypeFinalAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
598simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Union); 645if ((unionMember.FinalResolved & XmlSchemaDerivationMethod.Union) != 0)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
40private const XmlSchemaDerivationMethod schemaFinalDefaultAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.Extension | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union; 43private const XmlSchemaDerivationMethod simpleTypeFinalAllowed = XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union;
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
683simpleType.SetDerivedBy(XmlSchemaDerivationMethod.Union); 730if ((unionMember.FinalResolved & XmlSchemaDerivationMethod.Union) != 0) 1657XmlSchemaType.IsDerivedFrom(derivedElement.ElementSchemaType, baseElement.ElementSchemaType, ~(XmlSchemaDerivationMethod.Restriction | XmlSchemaDerivationMethod.List | XmlSchemaDerivationMethod.Union))))
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (1)
3678Debug.Assert(schemaType.DerivedBy == XmlSchemaDerivationMethod.Union);
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
617(int)XmlSchemaDerivationMethod.Union,
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (3)
3899case Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@Union: s = @"union"; break; 3913(long)Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@Union, 10728h.Add(@"union", (long)Microsoft.Xml.Schema.XmlSchemaDerivationMethod.@Union);