2 instantiations of XmlSchemaMaxExclusiveFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
7945
o = new global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1907
builder.facet = new
XmlSchemaMaxExclusiveFacet
();
14 references to XmlSchemaMaxExclusiveFacet
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
150
if (facet is
XmlSchemaMaxExclusiveFacet
)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
45
{ typeof(
XmlSchemaMaxExclusiveFacet
), ErrorHandler },
95
{ typeof(
XmlSchemaMaxExclusiveFacet
), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2582
else if (ai is global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
) {
2583
Write28_XmlSchemaMaxExclusiveFacet(@"maxExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
)ai), false, false);
2819
void Write28_XmlSchemaMaxExclusiveFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
o, bool isNullable, bool needType) {
2826
if (t == typeof(global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
)) {
3749
else if (ai is global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
) {
3750
Write28_XmlSchemaMaxExclusiveFacet(@"maxExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
)ai), false, false);
7932
global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
Read28_XmlSchemaMaxExclusiveFacet(bool isNullable, bool checkType) {
7944
global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
53
XmlElement("maxExclusive", typeof(
XmlSchemaMaxExclusiveFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
52
XmlElement("maxExclusive", typeof(
XmlSchemaMaxExclusiveFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
555
else if (ai is
XmlSchemaMaxExclusiveFacet
) {