2 instantiations of XmlSchemaMinInclusiveFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8449o = new global::System.Xml.Schema.XmlSchemaMinInclusiveFacet();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1919builder.facet = new XmlSchemaMinInclusiveFacet();
14 references to XmlSchemaMinInclusiveFacet
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
147if (facet is XmlSchemaMinInclusiveFacet)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
48{ typeof(XmlSchemaMinInclusiveFacet), ErrorHandler }, 98{ typeof(XmlSchemaMinInclusiveFacet), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2594else if (ai is global::System.Xml.Schema.XmlSchemaMinInclusiveFacet) { 2595Write21_XmlSchemaMinInclusiveFacet(@"minInclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMinInclusiveFacet)ai), false, false); 2683void Write21_XmlSchemaMinInclusiveFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaMinInclusiveFacet o, bool isNullable, bool needType) { 2690if (t == typeof(global::System.Xml.Schema.XmlSchemaMinInclusiveFacet)) { 3752else if (ai is global::System.Xml.Schema.XmlSchemaMinInclusiveFacet) { 3753Write21_XmlSchemaMinInclusiveFacet(@"minInclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMinInclusiveFacet)ai), false, false); 8436global::System.Xml.Schema.XmlSchemaMinInclusiveFacet Read21_XmlSchemaMinInclusiveFacet(bool isNullable, bool checkType) { 8448global::System.Xml.Schema.XmlSchemaMinInclusiveFacet o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
54XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
53XmlElement("minInclusive", typeof(XmlSchemaMinInclusiveFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
558else if (ai is XmlSchemaMinInclusiveFacet) {