7 references to Facets
System.Private.Xml (5)
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
909
complexType.SetDatatype(datatype.DeriveByRestriction(simpleRestriction.
Facets
, NameTable, complexType));
System\Xml\Schema\SchemaSetCompiler.cs (1)
992
complexType.SetDatatype(datatype.DeriveByRestriction(simpleRestriction.
Facets
, NameTable, complexType));
System\Xml\Schema\XsdBuilder.cs (2)
1463
builder._simpleContentRestriction.
Facets
.Count != 0
2113
builder._simpleContentRestriction.
Facets
.Add(builder._facet!);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
895
WriteFacets(o.
Facets
);
System.Web.Services.Description (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
4376
global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@Facets
;
12123
global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@Facets
;