2 instantiations of XmlSchemaMinLengthFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2087builder._facet = new XmlSchemaMinLengthFacet();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9573o = new global::System.Xml.Schema.XmlSchemaMinLengthFacet();
15 references to XmlSchemaMinLengthFacet
netstandard (1)
netstandard.cs (1)
2347[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinLengthFacet))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
96if (facet is XmlSchemaMinLengthFacet)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
31XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
30XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
686else if (ai is XmlSchemaMinLengthFacet)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3028else if (ai is global::System.Xml.Schema.XmlSchemaMinLengthFacet) { 3029Write31_XmlSchemaMinLengthFacet(@"minLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMinLengthFacet)ai), false, false); 3358private void Write31_XmlSchemaMinLengthFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaMinLengthFacet o, bool isNullable, bool needType) { 3369if (t == typeof(global::System.Xml.Schema.XmlSchemaMinLengthFacet)) { 4381if (ai is global::System.Xml.Schema.XmlSchemaMinLengthFacet) { 4382Write31_XmlSchemaMinLengthFacet(@"minLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaMinLengthFacet)ai), false, false); 9550private global::System.Xml.Schema.XmlSchemaMinLengthFacet Read31_XmlSchemaMinLengthFacet(bool isNullable, bool checkType) { 9572global::System.Xml.Schema.XmlSchemaMinLengthFacet o;
System.Xml (1)
System.Xml.cs (1)
72[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinLengthFacet))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
71[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaMinLengthFacet))]