2 instantiations of XmlSchemaMinLengthFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7729o = new global::System.Xml.Schema.XmlSchemaMinLengthFacet();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1922builder.facet = new XmlSchemaMinLengthFacet();
14 references to XmlSchemaMinLengthFacet
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
132if (facet is XmlSchemaMinLengthFacet)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
53{ typeof(XmlSchemaMinLengthFacet), ErrorHandler }, 103{ typeof(XmlSchemaMinLengthFacet), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2579else if (ai is global::System.Xml.Schema.XmlSchemaMinLengthFacet) { 2580Write31_XmlSchemaMinLengthFacet(@"minLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMinLengthFacet)ai), false, false); 2853void Write31_XmlSchemaMinLengthFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaMinLengthFacet o, bool isNullable, bool needType) { 2860if (t == typeof(global::System.Xml.Schema.XmlSchemaMinLengthFacet)) { 3728if (ai is global::System.Xml.Schema.XmlSchemaMinLengthFacet) { 3729Write31_XmlSchemaMinLengthFacet(@"minLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMinLengthFacet)ai), false, false); 7716global::System.Xml.Schema.XmlSchemaMinLengthFacet Read31_XmlSchemaMinLengthFacet(bool isNullable, bool checkType) { 7728global::System.Xml.Schema.XmlSchemaMinLengthFacet o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
48XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
47XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
567else if (ai is XmlSchemaMinLengthFacet) {