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