1 override of Variety
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
494
public override XmlSchemaDatatypeVariety
Variety
{ get { return _variety; } }
29 references to Variety
dotnet-svcutil-lib (29)
FrameworkFork\Microsoft.Xml\Xml\Core\XsdValidatingReader.cs (1)
2573
if (xmlType.Datatype.
Variety
== XmlSchemaDatatypeVariety.List)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentSchemaValidator.cs (1)
470
if (attributeDef.Datatype.
Variety
== XmlSchemaDatatypeVariety.Union)
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (1)
244
if (xsdtype.
Variety
== XmlSchemaDatatypeVariety.List ||
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (4)
199
if (derivedType.Datatype.
Variety
== XmlSchemaDatatypeVariety.Atomic)
207
if (derivedType.Datatype.
Variety
== XmlSchemaDatatypeVariety.List)
437
else if (datatype.
Variety
== XmlSchemaDatatypeVariety.Union && !datatype.HasLexicalFacets && !datatype.HasValueFacets && _variety != XmlSchemaDatatypeVariety.Union)
1247
if (_types[i].Datatype.
Variety
== XmlSchemaDatatypeVariety.List)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (2)
360
if (dtype.
Variety
== XmlSchemaDatatypeVariety.List)
586
if (dtype.
Variety
== XmlSchemaDatatypeVariety.List)
FrameworkFork\Microsoft.Xml\Xml\schema\FacetChecker.cs (1)
844
switch (datatype.
Variety
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
636
if (unionMember.Datatype.
Variety
== XmlSchemaDatatypeVariety.Union)
665
if (st.Datatype.
Variety
== XmlSchemaDatatypeVariety.Union)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (4)
721
if (unionMember.Datatype.
Variety
== XmlSchemaDatatypeVariety.Union)
750
if (st.Datatype.
Variety
== XmlSchemaDatatypeVariety.Union)
3253
if (baseDatatype.
Variety
== XmlSchemaDatatypeVariety.Union)
3255
if (derivedDatatype.
Variety
== XmlSchemaDatatypeVariety.Union)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (2)
486
if (dtype.
Variety
== XmlSchemaDatatypeVariety.List)
587
if (dtype.
Variety
== XmlSchemaDatatypeVariety.List)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaDatatype.cs (1)
142
switch (this.
Variety
)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaInfo.cs (1)
176
return _schemaType.Datatype.
Variety
== XmlSchemaDatatypeVariety.Union;
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (4)
674
if (datatype.
Variety
== XmlSchemaDatatypeVariety.Union && typedVal != null)
1091
if (attdef.Datatype.
Variety
== XmlSchemaDatatypeVariety.Union)
1512
if (dtype.
Variety
== XmlSchemaDatatypeVariety.Union)
2021
if (dtype.
Variety
== XmlSchemaDatatypeVariety.List)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlValueConverter.cs (3)
297
Debug.Assert(schemaType.Datatype.
Variety
!= XmlSchemaDatatypeVariety.List, "schemaType must be list's item type, not list itself");
3687
if (memberTypes[i].Datatype.
Variety
== XmlSchemaDatatypeVariety.List)
3689
else if (memberTypes[i].Datatype.
Variety
== XmlSchemaDatatypeVariety.Atomic)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (2)
723
if (dtype.
Variety
== XmlSchemaDatatypeVariety.List)
749
if (dtype.
Variety
== XmlSchemaDatatypeVariety.Union)