7 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);
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
4376global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Facets; 12123global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Facets;