2 instantiations of XmlSchemaMinLengthFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7729
o = new global::System.Xml.Schema.
XmlSchemaMinLengthFacet
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1922
builder.facet = new
XmlSchemaMinLengthFacet
();
14 references to XmlSchemaMinLengthFacet
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
132
if (facet is
XmlSchemaMinLengthFacet
)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
53
{ typeof(
XmlSchemaMinLengthFacet
), ErrorHandler },
103
{ typeof(
XmlSchemaMinLengthFacet
), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2579
else if (ai is global::System.Xml.Schema.
XmlSchemaMinLengthFacet
) {
2580
Write31_XmlSchemaMinLengthFacet(@"minLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMinLengthFacet
)ai), false, false);
2853
void Write31_XmlSchemaMinLengthFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaMinLengthFacet
o, bool isNullable, bool needType) {
2860
if (t == typeof(global::System.Xml.Schema.
XmlSchemaMinLengthFacet
)) {
3728
if (ai is global::System.Xml.Schema.
XmlSchemaMinLengthFacet
) {
3729
Write31_XmlSchemaMinLengthFacet(@"minLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMinLengthFacet
)ai), false, false);
7716
global::System.Xml.Schema.
XmlSchemaMinLengthFacet
Read31_XmlSchemaMinLengthFacet(bool isNullable, bool checkType) {
7728
global::System.Xml.Schema.
XmlSchemaMinLengthFacet
o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
48
XmlElement("minLength", typeof(
XmlSchemaMinLengthFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
47
XmlElement("minLength", typeof(
XmlSchemaMinLengthFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
567
else if (ai is
XmlSchemaMinLengthFacet
) {