2 instantiations of XmlSchemaMaxLengthFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8377
o = new global::System.Xml.Schema.
XmlSchemaMaxLengthFacet
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1913
builder.facet = new
XmlSchemaMaxLengthFacet
();
14 references to XmlSchemaMaxLengthFacet
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
135
if (facet is
XmlSchemaMaxLengthFacet
)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
52
{ typeof(
XmlSchemaMaxLengthFacet
), ErrorHandler },
102
{ typeof(
XmlSchemaMaxLengthFacet
), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2573
else if (ai is global::System.Xml.Schema.
XmlSchemaMaxLengthFacet
) {
2574
Write22_XmlSchemaMaxLengthFacet(@"maxLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMaxLengthFacet
)ai), false, false);
2921
void Write22_XmlSchemaMaxLengthFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaMaxLengthFacet
o, bool isNullable, bool needType) {
2928
if (t == typeof(global::System.Xml.Schema.
XmlSchemaMaxLengthFacet
)) {
3731
else if (ai is global::System.Xml.Schema.
XmlSchemaMaxLengthFacet
) {
3732
Write22_XmlSchemaMaxLengthFacet(@"maxLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMaxLengthFacet
)ai), false, false);
8364
global::System.Xml.Schema.
XmlSchemaMaxLengthFacet
Read22_XmlSchemaMaxLengthFacet(bool isNullable, bool checkType) {
8376
global::System.Xml.Schema.
XmlSchemaMaxLengthFacet
o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
49
XmlElement("maxLength", typeof(
XmlSchemaMaxLengthFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
48
XmlElement("maxLength", typeof(
XmlSchemaMaxLengthFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
576
else if (ai is
XmlSchemaMaxLengthFacet
) {