2 instantiations of XmlSchemaMaxLengthFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8377o = new global::System.Xml.Schema.XmlSchemaMaxLengthFacet();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1913builder.facet = new XmlSchemaMaxLengthFacet();
14 references to XmlSchemaMaxLengthFacet
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
135if (facet is XmlSchemaMaxLengthFacet)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
52{ typeof(XmlSchemaMaxLengthFacet), ErrorHandler }, 102{ typeof(XmlSchemaMaxLengthFacet), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2573else if (ai is global::System.Xml.Schema.XmlSchemaMaxLengthFacet) { 2574Write22_XmlSchemaMaxLengthFacet(@"maxLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMaxLengthFacet)ai), false, false); 2921void Write22_XmlSchemaMaxLengthFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaMaxLengthFacet o, bool isNullable, bool needType) { 2928if (t == typeof(global::System.Xml.Schema.XmlSchemaMaxLengthFacet)) { 3731else if (ai is global::System.Xml.Schema.XmlSchemaMaxLengthFacet) { 3732Write22_XmlSchemaMaxLengthFacet(@"maxLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMaxLengthFacet)ai), false, false); 8364global::System.Xml.Schema.XmlSchemaMaxLengthFacet Read22_XmlSchemaMaxLengthFacet(bool isNullable, bool checkType) { 8376global::System.Xml.Schema.XmlSchemaMaxLengthFacet o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
49XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
48XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
576else if (ai is XmlSchemaMaxLengthFacet) {