1 override of HasValueFacets
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
458
internal override bool
HasValueFacets
{
3 references to HasValueFacets
System.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (1)
390
else if (datatype.Variety == XmlSchemaDatatypeVariety.Union && !datatype.HasLexicalFacets && !datatype.
HasValueFacets
&& variety != XmlSchemaDatatypeVariety.Union) { //base type is union (not a restriction of union) and derived type is not union
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
547
if (unionMember.DerivedBy == XmlSchemaDerivationMethod.Restriction && (unionDatatype.HasLexicalFacets || unionDatatype.
HasValueFacets
) ) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
614
if (unionMember.DerivedBy == XmlSchemaDerivationMethod.Restriction && (unionDatatype.HasLexicalFacets || unionDatatype.
HasValueFacets
) ) {