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