2 instantiations of XmlSchemaMinInclusiveFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2084
builder._facet = new
XmlSchemaMinInclusiveFacet
();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10413
o = new global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
();
15 references to XmlSchemaMinInclusiveFacet
netstandard (1)
netstandard.cs (1)
2346
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMinInclusiveFacet
))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
111
if (facet is
XmlSchemaMinInclusiveFacet
)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
37
XmlElement("minInclusive", typeof(
XmlSchemaMinInclusiveFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
36
XmlElement("minInclusive", typeof(
XmlSchemaMinInclusiveFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
674
else if (ai is
XmlSchemaMinInclusiveFacet
)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3043
else if (ai is global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
) {
3044
Write21_XmlSchemaMinInclusiveFacet(@"minInclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
)ai), false, false);
3148
private void Write21_XmlSchemaMinInclusiveFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
o, bool isNullable, bool needType) {
3159
if (t == typeof(global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
)) {
4405
else if (ai is global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
) {
4406
Write21_XmlSchemaMinInclusiveFacet(@"minInclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
)ai), false, false);
10390
private global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
Read21_XmlSchemaMinInclusiveFacet(bool isNullable, bool checkType) {
10412
global::System.Xml.Schema.
XmlSchemaMinInclusiveFacet
o;
System.Xml (1)
System.Xml.cs (1)
71
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMinInclusiveFacet
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
70
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMinInclusiveFacet
))]