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