48 references to XmlSchemaDatatypeVariety
dotnet-svcutil-lib (48)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (2)
2573if (xmlType.Datatype.Variety == XmlSchemaDatatypeVariety.List) 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\ConstraintStruct.cs (1)
244if (xsdtype.Variety == XmlSchemaDatatypeVariety.List ||
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (17)
103private XmlSchemaDatatypeVariety _variety = XmlSchemaDatatypeVariety.Atomic; 199if (derivedType.Datatype.Variety == XmlSchemaDatatypeVariety.Atomic) 207if (derivedType.Datatype.Variety == XmlSchemaDatatypeVariety.List) 257if (dt._variety == XmlSchemaDatatypeVariety.Atomic) 389if (_variety == XmlSchemaDatatypeVariety.List) 393else if (_variety == XmlSchemaDatatypeVariety.Union && !((Datatype_union)this).HasAtomicMembers()) 398dt._variety = XmlSchemaDatatypeVariety.List; 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) 494public override XmlSchemaDatatypeVariety Variety { get { return _variety; } } 555if (this.Variety == XmlSchemaDatatypeVariety.Union) 1136if (_itemType.Variety == XmlSchemaDatatypeVariety.Union) 1247if (_types[i].Datatype.Variety == XmlSchemaDatatypeVariety.List)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (2)
360if (dtype.Variety == XmlSchemaDatatypeVariety.List) 586if (dtype.Variety == XmlSchemaDatatypeVariety.List)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (2)
846case XmlSchemaDatatypeVariety.List: 850case XmlSchemaDatatypeVariety.Atomic:
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\xdrvalidator.cs (2)
486if (dtype.Variety == XmlSchemaDatatypeVariety.List) 587if (dtype.Variety == XmlSchemaDatatypeVariety.List)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaDatatype.cs (5)
47public virtual XmlSchemaDatatypeVariety Variety { get { return XmlSchemaDatatypeVariety.Atomic; } } 144case XmlSchemaDatatypeVariety.List: 155case XmlSchemaDatatypeVariety.Union: 159case XmlSchemaDatatypeVariety.Atomic:
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInfo.cs (1)
176return _schemaType.Datatype.Variety == XmlSchemaDatatypeVariety.Union;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
674if (datatype.Variety == XmlSchemaDatatypeVariety.Union && typedVal != null) 1091if (attdef.Datatype.Variety == XmlSchemaDatatypeVariety.Union) 1512if (dtype.Variety == XmlSchemaDatatypeVariety.Union) 2021if (dtype.Variety == XmlSchemaDatatypeVariety.List)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (3)
297Debug.Assert(schemaType.Datatype.Variety != XmlSchemaDatatypeVariety.List, "schemaType must be list's item type, not list itself"); 3687if (memberTypes[i].Datatype.Variety == XmlSchemaDatatypeVariety.List) 3689else if (memberTypes[i].Datatype.Variety == XmlSchemaDatatypeVariety.Atomic)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
723if (dtype.Variety == XmlSchemaDatatypeVariety.List) 749if (dtype.Variety == XmlSchemaDatatypeVariety.Union)