2 instantiations of XmlSchemaLengthFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8305o = new global::System.Xml.Schema.XmlSchemaLengthFacet();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1904builder.facet = new XmlSchemaLengthFacet();
14 references to XmlSchemaLengthFacet
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
129if (facet is XmlSchemaLengthFacet)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
51{ typeof(XmlSchemaLengthFacet), ErrorHandler }, 101{ typeof(XmlSchemaLengthFacet), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2567if (ai is global::System.Xml.Schema.XmlSchemaLengthFacet) { 2568Write23_XmlSchemaLengthFacet(@"length", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaLengthFacet)ai), false, false); 2989void Write23_XmlSchemaLengthFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaLengthFacet o, bool isNullable, bool needType) { 2996if (t == typeof(global::System.Xml.Schema.XmlSchemaLengthFacet)) { 3734else if (ai is global::System.Xml.Schema.XmlSchemaLengthFacet) { 3735Write23_XmlSchemaLengthFacet(@"length", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaLengthFacet)ai), false, false); 8292global::System.Xml.Schema.XmlSchemaLengthFacet Read23_XmlSchemaLengthFacet(bool isNullable, bool checkType) { 8304global::System.Xml.Schema.XmlSchemaLengthFacet o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
47[XmlElement("length", typeof(XmlSchemaLengthFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
46[XmlElement("length", typeof(XmlSchemaLengthFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
561else if (ai is XmlSchemaLengthFacet) {