1 override of HasLexicalFacets
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
509
internal override bool
HasLexicalFacets
3 references to HasLexicalFacets
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\DatatypeImplementation.cs (1)
437
else if (datatype.Variety == XmlSchemaDatatypeVariety.Union && !datatype.
HasLexicalFacets
&& !datatype.HasValueFacets && _variety != XmlSchemaDatatypeVariety.Union)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
683
if (unionMember.DerivedBy == XmlSchemaDerivationMethod.Restriction && (unionDatatype.
HasLexicalFacets
|| unionDatatype.HasValueFacets))
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
768
if (unionMember.DerivedBy == XmlSchemaDerivationMethod.Restriction && (unionDatatype.
HasLexicalFacets
|| unionDatatype.HasValueFacets))