1 override of HasValueFacets
System.Private.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
510
internal override bool
HasValueFacets
3 references to HasValueFacets
System.Private.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (1)
435
else if (datatype.Variety == XmlSchemaDatatypeVariety.Union && !datatype.HasLexicalFacets && !datatype.
HasValueFacets
&& _variety != XmlSchemaDatatypeVariety.Union)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
693
if (unionMember.DerivedBy == XmlSchemaDerivationMethod.Restriction && (unionDatatype.HasLexicalFacets || unionDatatype.
HasValueFacets
))
System\Xml\Schema\SchemaSetCompiler.cs (1)
782
if (unionMember.DerivedBy == XmlSchemaDerivationMethod.Restriction && (unionDatatype.HasLexicalFacets || unionDatatype.
HasValueFacets
))