2 instantiations of XmlSchemaMinExclusiveFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7801
o = new global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1916
builder.facet = new
XmlSchemaMinExclusiveFacet
();
14 references to XmlSchemaMinExclusiveFacet
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
144
if (facet is
XmlSchemaMinExclusiveFacet
)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
47
{ typeof(
XmlSchemaMinExclusiveFacet
), ErrorHandler },
97
{ typeof(
XmlSchemaMinExclusiveFacet
), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2588
else if (ai is global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
) {
2589
Write30_XmlSchemaMinExclusiveFacet(@"minExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
)ai), false, false);
2751
void Write30_XmlSchemaMinExclusiveFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
o, bool isNullable, bool needType) {
2758
if (t == typeof(global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
)) {
3743
else if (ai is global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
) {
3744
Write30_XmlSchemaMinExclusiveFacet(@"minExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
)ai), false, false);
7788
global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
Read30_XmlSchemaMinExclusiveFacet(bool isNullable, bool checkType) {
7800
global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
55
XmlElement("minExclusive", typeof(
XmlSchemaMinExclusiveFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
54
XmlElement("minExclusive", typeof(
XmlSchemaMinExclusiveFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
549
if (ai is
XmlSchemaMinExclusiveFacet
) {