1 override of HasLexicalFacets
System.Xml (1)
System\Xml\Schema\DataTypeImplementation.cs (1)
449internal override bool HasLexicalFacets {
3 references to HasLexicalFacets
System.Xml (3)
System\Xml\Schema\DataTypeImplementation.cs (1)
390else 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)
547if (unionMember.DerivedBy == XmlSchemaDerivationMethod.Restriction && (unionDatatype.HasLexicalFacets || unionDatatype.HasValueFacets) ) {
System\Xml\Schema\SchemaSetCompiler.cs (1)
614if (unionMember.DerivedBy == XmlSchemaDerivationMethod.Restriction && (unionDatatype.HasLexicalFacets || unionDatatype.HasValueFacets) ) {