2 instantiations of XmlSchemaMaxLengthFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2078builder._facet = new XmlSchemaMaxLengthFacet();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10329o = new global::System.Xml.Schema.XmlSchemaMaxLengthFacet();
15 references to XmlSchemaMaxLengthFacet
netstandard (1)
netstandard.cs (1)
2344[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxLengthFacet))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
99if (facet is XmlSchemaMaxLengthFacet)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
32XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
31XmlElement("maxLength", typeof(XmlSchemaMaxLengthFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
698else if (ai is XmlSchemaMaxLengthFacet)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3022else if (ai is global::System.Xml.Schema.XmlSchemaMaxLengthFacet) { 3023Write22_XmlSchemaMaxLengthFacet(@"maxLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMaxLengthFacet)ai), false, false); 3442private void Write22_XmlSchemaMaxLengthFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaMaxLengthFacet o, bool isNullable, bool needType) { 3453if (t == typeof(global::System.Xml.Schema.XmlSchemaMaxLengthFacet)) { 4384else if (ai is global::System.Xml.Schema.XmlSchemaMaxLengthFacet) { 4385Write22_XmlSchemaMaxLengthFacet(@"maxLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMaxLengthFacet)ai), false, false); 10306private global::System.Xml.Schema.XmlSchemaMaxLengthFacet Read22_XmlSchemaMaxLengthFacet(bool isNullable, bool checkType) { 10328global::System.Xml.Schema.XmlSchemaMaxLengthFacet o;
System.Xml (1)
System.Xml.cs (1)
69[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxLengthFacet))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
68[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMaxLengthFacet))]