2 instantiations of XmlSchemaMinLengthFacet
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2092builder._facet = new XmlSchemaMinLengthFacet();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
9599o = new Microsoft.Xml.Schema.XmlSchemaMinLengthFacet();
11 references to XmlSchemaMinLengthFacet
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (1)
52XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (1)
51XmlElement("minLength", typeof(XmlSchemaMinLengthFacet)),
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
687else if (ai is XmlSchemaMinLengthFacet)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
3275else if (ai is Microsoft.Xml.Schema.XmlSchemaMinLengthFacet) 3277Write31_XmlSchemaMinLengthFacet(@"minLength", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaMinLengthFacet)ai), false, false); 3615private void Write31_XmlSchemaMinLengthFacet(string n, string ns, Microsoft.Xml.Schema.XmlSchemaMinLengthFacet o, bool isNullable, bool needType) 3625if (t == typeof(Microsoft.Xml.Schema.XmlSchemaMinLengthFacet)) 4701if (ai is Microsoft.Xml.Schema.XmlSchemaMinLengthFacet) 4703Write31_XmlSchemaMinLengthFacet(@"minLength", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.XmlSchemaMinLengthFacet)ai), false, false); 9583private Microsoft.Xml.Schema.XmlSchemaMinLengthFacet Read31_XmlSchemaMinLengthFacet(bool isNullable, bool checkType) 9598Microsoft.Xml.Schema.XmlSchemaMinLengthFacet o;