2 instantiations of XmlSchemaMaxExclusiveFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7945o = new global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1907builder.facet = new XmlSchemaMaxExclusiveFacet();
14 references to XmlSchemaMaxExclusiveFacet
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
150if (facet is XmlSchemaMaxExclusiveFacet)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
45{ typeof(XmlSchemaMaxExclusiveFacet), ErrorHandler }, 95{ typeof(XmlSchemaMaxExclusiveFacet), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2582else if (ai is global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet) { 2583Write28_XmlSchemaMaxExclusiveFacet(@"maxExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet)ai), false, false); 2819void Write28_XmlSchemaMaxExclusiveFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet o, bool isNullable, bool needType) { 2826if (t == typeof(global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet)) { 3749else if (ai is global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet) { 3750Write28_XmlSchemaMaxExclusiveFacet(@"maxExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet)ai), false, false); 7932global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet Read28_XmlSchemaMaxExclusiveFacet(bool isNullable, bool checkType) { 7944global::System.Xml.Schema.XmlSchemaMaxExclusiveFacet o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
53XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
52XmlElement("maxExclusive", typeof(XmlSchemaMaxExclusiveFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
555else if (ai is XmlSchemaMaxExclusiveFacet) {