2 instantiations of XmlSchemaMinInclusiveFacet
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2089
builder._facet = new
XmlSchemaMinInclusiveFacet
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10469
o = new Microsoft.Xml.Schema.
XmlSchemaMinInclusiveFacet
();
11 references to XmlSchemaMinInclusiveFacet
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (1)
58
XmlElement("minInclusive", typeof(
XmlSchemaMinInclusiveFacet
)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (1)
57
XmlElement("minInclusive", typeof(
XmlSchemaMinInclusiveFacet
)),
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
675
else if (ai is
XmlSchemaMinInclusiveFacet
)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
3295
else if (ai is Microsoft.Xml.Schema.
XmlSchemaMinInclusiveFacet
)
3297
Write21_XmlSchemaMinInclusiveFacet(@"minInclusive", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.
XmlSchemaMinInclusiveFacet
)ai), false, false);
3405
private void Write21_XmlSchemaMinInclusiveFacet(string n, string ns, Microsoft.Xml.Schema.
XmlSchemaMinInclusiveFacet
o, bool isNullable, bool needType)
3415
if (t == typeof(Microsoft.Xml.Schema.
XmlSchemaMinInclusiveFacet
))
4733
else if (ai is Microsoft.Xml.Schema.
XmlSchemaMinInclusiveFacet
)
4735
Write21_XmlSchemaMinInclusiveFacet(@"minInclusive", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.
XmlSchemaMinInclusiveFacet
)ai), false, false);
10453
private Microsoft.Xml.Schema.
XmlSchemaMinInclusiveFacet
Read21_XmlSchemaMinInclusiveFacet(bool isNullable, bool checkType)
10468
Microsoft.Xml.Schema.
XmlSchemaMinInclusiveFacet
o;