21 references to Union
dotnet-svcutil-lib (21)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
2576if (listType.ItemType.Variety == XmlSchemaDatatypeVariety.Union)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
470if (attributeDef.Datatype.Variety == XmlSchemaDatatypeVariety.Union)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (7)
393else if (_variety == XmlSchemaDatatypeVariety.Union && !((Datatype_union)this).HasAtomicMembers()) 409dt._variety = XmlSchemaDatatypeVariety.Union; 437else if (datatype.Variety == XmlSchemaDatatypeVariety.Union && !datatype.HasLexicalFacets && !datatype.HasValueFacets && _variety != XmlSchemaDatatypeVariety.Union) 441else if ((_variety == XmlSchemaDatatypeVariety.Union || _variety == XmlSchemaDatatypeVariety.List) && _restriction == null) 555if (this.Variety == XmlSchemaDatatypeVariety.Union) 1136if (_itemType.Variety == XmlSchemaDatatypeVariety.Union)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
636if (unionMember.Datatype.Variety == XmlSchemaDatatypeVariety.Union) 665if (st.Datatype.Variety == XmlSchemaDatatypeVariety.Union)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
721if (unionMember.Datatype.Variety == XmlSchemaDatatypeVariety.Union) 750if (st.Datatype.Variety == XmlSchemaDatatypeVariety.Union) 3253if (baseDatatype.Variety == XmlSchemaDatatypeVariety.Union) 3255if (derivedDatatype.Variety == XmlSchemaDatatypeVariety.Union)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaDatatype.cs (1)
155case XmlSchemaDatatypeVariety.Union:
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInfo.cs (1)
176return _schemaType.Datatype.Variety == XmlSchemaDatatypeVariety.Union;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
674if (datatype.Variety == XmlSchemaDatatypeVariety.Union && typedVal != null) 1091if (attdef.Datatype.Variety == XmlSchemaDatatypeVariety.Union) 1512if (dtype.Variety == XmlSchemaDatatypeVariety.Union)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (1)
749if (dtype.Variety == XmlSchemaDatatypeVariety.Union)