2 instantiations of XmlSchemaMinExclusiveFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7801o = new global::System.Xml.Schema.XmlSchemaMinExclusiveFacet();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1916builder.facet = new XmlSchemaMinExclusiveFacet();
14 references to XmlSchemaMinExclusiveFacet
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
144if (facet is XmlSchemaMinExclusiveFacet)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
47{ typeof(XmlSchemaMinExclusiveFacet), ErrorHandler }, 97{ typeof(XmlSchemaMinExclusiveFacet), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2588else if (ai is global::System.Xml.Schema.XmlSchemaMinExclusiveFacet) { 2589Write30_XmlSchemaMinExclusiveFacet(@"minExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMinExclusiveFacet)ai), false, false); 2751void Write30_XmlSchemaMinExclusiveFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaMinExclusiveFacet o, bool isNullable, bool needType) { 2758if (t == typeof(global::System.Xml.Schema.XmlSchemaMinExclusiveFacet)) { 3743else if (ai is global::System.Xml.Schema.XmlSchemaMinExclusiveFacet) { 3744Write30_XmlSchemaMinExclusiveFacet(@"minExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMinExclusiveFacet)ai), false, false); 7788global::System.Xml.Schema.XmlSchemaMinExclusiveFacet Read30_XmlSchemaMinExclusiveFacet(bool isNullable, bool checkType) { 7800global::System.Xml.Schema.XmlSchemaMinExclusiveFacet o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
55XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
54XmlElement("minExclusive", typeof(XmlSchemaMinExclusiveFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
549if (ai is XmlSchemaMinExclusiveFacet) {