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