2 instantiations of XmlSchemaMaxLengthFacet
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2083
builder._facet = new
XmlSchemaMaxLengthFacet
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10382
o = new Microsoft.Xml.Schema.
XmlSchemaMaxLengthFacet
();
11 references to XmlSchemaMaxLengthFacet
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (1)
53
XmlElement("maxLength", typeof(
XmlSchemaMaxLengthFacet
)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (1)
52
XmlElement("maxLength", typeof(
XmlSchemaMaxLengthFacet
)),
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
699
else if (ai is
XmlSchemaMaxLengthFacet
)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
3267
else if (ai is Microsoft.Xml.Schema.
XmlSchemaMaxLengthFacet
)
3269
Write22_XmlSchemaMaxLengthFacet(@"maxLength", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.
XmlSchemaMaxLengthFacet
)ai), false, false);
3699
private void Write22_XmlSchemaMaxLengthFacet(string n, string ns, Microsoft.Xml.Schema.
XmlSchemaMaxLengthFacet
o, bool isNullable, bool needType)
3709
if (t == typeof(Microsoft.Xml.Schema.
XmlSchemaMaxLengthFacet
))
4705
else if (ai is Microsoft.Xml.Schema.
XmlSchemaMaxLengthFacet
)
4707
Write22_XmlSchemaMaxLengthFacet(@"maxLength", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.
XmlSchemaMaxLengthFacet
)ai), false, false);
10366
private Microsoft.Xml.Schema.
XmlSchemaMaxLengthFacet
Read22_XmlSchemaMaxLengthFacet(bool isNullable, bool checkType)
10381
Microsoft.Xml.Schema.
XmlSchemaMaxLengthFacet
o;