2 instantiations of XmlSchemaMinInclusiveFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8449
o = new global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1919
builder.facet = new
XmlSchemaMinInclusiveFacet
();
14 references to XmlSchemaMinInclusiveFacet
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
147
if (facet is
XmlSchemaMinInclusiveFacet
)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
48
{ typeof(
XmlSchemaMinInclusiveFacet
), ErrorHandler },
98
{ typeof(
XmlSchemaMinInclusiveFacet
), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2594
else if (ai is global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
) {
2595
Write21_XmlSchemaMinInclusiveFacet(@"minInclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
)ai), false, false);
2683
void Write21_XmlSchemaMinInclusiveFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
o, bool isNullable, bool needType) {
2690
if (t == typeof(global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
)) {
3752
else if (ai is global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
) {
3753
Write21_XmlSchemaMinInclusiveFacet(@"minInclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
)ai), false, false);
8436
global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
Read21_XmlSchemaMinInclusiveFacet(bool isNullable, bool checkType) {
8448
global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
54
XmlElement("minInclusive", typeof(
XmlSchemaMinInclusiveFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
53
XmlElement("minInclusive", typeof(
XmlSchemaMinInclusiveFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
558
else if (ai is
XmlSchemaMinInclusiveFacet
) {