1 instantiation of XmlSchemaMaxLengthFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2078
builder._facet = new
XmlSchemaMaxLengthFacet
();
7 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.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
))]