5 references to Facets
System.Private.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
909complexType.SetDatatype(datatype.DeriveByRestriction(simpleRestriction.Facets, NameTable, complexType));
System\Xml\Schema\SchemaSetCompiler.cs (1)
992complexType.SetDatatype(datatype.DeriveByRestriction(simpleRestriction.Facets, NameTable, complexType));
System\Xml\Schema\XsdBuilder.cs (2)
1463builder._simpleContentRestriction.Facets.Count != 0 2113builder._simpleContentRestriction.Facets.Add(builder._facet!);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
895WriteFacets(o.Facets);