7 references to Facets
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
3723global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Facets; 9820global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.@Facets;
System.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
716complexType.SetDatatype(datatype.DeriveByRestriction(simpleRestriction.Facets, NameTable, complexType));
System\Xml\Schema\SchemaSetCompiler.cs (1)
774complexType.SetDatatype(datatype.DeriveByRestriction(simpleRestriction.Facets, NameTable, complexType));
System\Xml\Schema\XsdBuilder.cs (2)
1374builder.simpleContentRestriction.Facets.Count != 0 1945builder.simpleContentRestriction.Facets.Add(builder.facet);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
744WriteFacets(o.Facets);