2 instantiations of XmlSchemaLengthFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2069builder._facet = new XmlSchemaLengthFacet();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10245o = new global::System.Xml.Schema.XmlSchemaLengthFacet();
15 references to XmlSchemaLengthFacet
netstandard (1)
netstandard.cs (1)
2341[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaLengthFacet))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
93if (facet is XmlSchemaLengthFacet)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
30[XmlElement("length", typeof(XmlSchemaLengthFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
29[XmlElement("length", typeof(XmlSchemaLengthFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
678else if (ai is XmlSchemaLengthFacet)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3016if (ai is global::System.Xml.Schema.XmlSchemaLengthFacet) { 3017Write23_XmlSchemaLengthFacet(@"length", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaLengthFacet)ai), false, false); 3526private void Write23_XmlSchemaLengthFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaLengthFacet o, bool isNullable, bool needType) { 3537if (t == typeof(global::System.Xml.Schema.XmlSchemaLengthFacet)) { 4387else if (ai is global::System.Xml.Schema.XmlSchemaLengthFacet) { 4388Write23_XmlSchemaLengthFacet(@"length", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaLengthFacet)ai), false, false); 10222private global::System.Xml.Schema.XmlSchemaLengthFacet Read23_XmlSchemaLengthFacet(bool isNullable, bool checkType) { 10244global::System.Xml.Schema.XmlSchemaLengthFacet o;
System.Xml (1)
System.Xml.cs (1)
66[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaLengthFacet))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
65[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaLengthFacet))]