1 override of HasLexicalFacets
System.Private.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
498
internal override bool
HasLexicalFacets
3 references to HasLexicalFacets
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))