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