32 references to Facets
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
127
foreach(XmlSchemaFacet facet in content.
Facets
) {
System.Runtime.Serialization (4)
System\Runtime\Serialization\SchemaExporter.cs (1)
439
restriction.
Facets
.Add(facet);
System\Runtime\Serialization\SchemaImporter.cs (3)
548
foreach (XmlSchemaFacet facet in restriction.
Facets
)
557
return ((restriction.BaseTypeName == expectedBase && restriction.
Facets
.Count > 0) || ImportType(restriction.BaseTypeName) is EnumDataContract);
1211
foreach (XmlSchemaFacet facet in restriction.
Facets
)
System.ServiceModel.Web (3)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (3)
217
foreach (XmlSchemaObject facet in restriction.
Facets
)
345
foreach (XmlSchemaObject facet in restriction.
Facets
)
475
foreach (XmlSchemaObject facet in restriction.
Facets
)
System.Web.Extensions (3)
Script\Services\WebServiceTypeData.cs (3)
167
foreach (XmlSchemaFacet facet in restriction.
Facets
) {
178
&& restriction.
Facets
.Count > 0);
298
foreach (XmlSchemaFacet facet in restriction.
Facets
) {
System.Web.Services (2)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (2)
2562
global::System.Xml.Schema.XmlSchemaObjectCollection a = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@Facets
;
7623
global::System.Xml.Schema.XmlSchemaObjectCollection a_6 = (global::System.Xml.Schema.XmlSchemaObjectCollection)o.
@Facets
;
System.Xml (19)
System\Xml\Schema\Preprocessor.cs (4)
390
r.
Facets
.Add(space_default);
393
r.
Facets
.Add(space_preserve);
1291
for (int i = 0; i < restriction.
Facets
.Count; ++i) {
1292
SetParent(restriction.
Facets
[i], restriction);
System\Xml\Schema\SchemaCollectionCompiler.cs (1)
471
simpleType.SetDatatype(datatype.DeriveByRestriction(restriction.
Facets
, NameTable, simpleType));
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
979
for (int i = 0; i < restriction.
Facets
.Count; ++i) {
980
SetParent(restriction.
Facets
[i], restriction);
System\Xml\Schema\SchemaSetCompiler.cs (1)
538
simpleType.SetDatatype(datatype.DeriveByRestriction(restriction.
Facets
, NameTable, simpleType));
System\Xml\Schema\XsdBuilder.cs (1)
1939
builder.simpleTypeRestriction.
Facets
.Add(builder.facet);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
535
WriteFacets(o.
Facets
);
System\Xml\Serialization\SoapSchemaExporter.cs (1)
366
restriction.
Facets
.Add(enumeration);
System\Xml\Serialization\SoapSchemaImporter.cs (3)
521
foreach (object o in restriction.
Facets
) {
570
for (int i = 0; i < restriction.
Facets
.Count; i++) {
571
object facet = restriction.
Facets
[i];
System\Xml\Serialization\Types.cs (1)
596
restriction.
Facets
.Add(facet);
System\Xml\Serialization\XmlSchemaExporter.cs (1)
1024
restriction.
Facets
.Add(enumeration);
System\Xml\Serialization\XmlSchemaImporter.cs (3)
1550
foreach (object o in restriction.
Facets
) {
1618
for (int i = 0; i < restriction.
Facets
.Count; i++) {
1619
object facet = restriction.
Facets
[i];