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