2 instantiations of XmlSchemaMinExclusiveFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2081
builder._facet = new
XmlSchemaMinExclusiveFacet
();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9657
o = new global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
();
15 references to XmlSchemaMinExclusiveFacet
netstandard (1)
netstandard.cs (1)
2345
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMinExclusiveFacet
))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
108
if (facet is
XmlSchemaMinExclusiveFacet
)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
38
XmlElement("minExclusive", typeof(
XmlSchemaMinExclusiveFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
37
XmlElement("minExclusive", typeof(
XmlSchemaMinExclusiveFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
662
if (ai is
XmlSchemaMinExclusiveFacet
)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3037
else if (ai is global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
) {
3038
Write30_XmlSchemaMinExclusiveFacet(@"minExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
)ai), false, false);
3232
private void Write30_XmlSchemaMinExclusiveFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
o, bool isNullable, bool needType) {
3243
if (t == typeof(global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
)) {
4396
else if (ai is global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
) {
4397
Write30_XmlSchemaMinExclusiveFacet(@"minExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
)ai), false, false);
9634
private global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
Read30_XmlSchemaMinExclusiveFacet(bool isNullable, bool checkType) {
9656
global::System.Xml.Schema.
XmlSchemaMinExclusiveFacet
o;
System.Xml (1)
System.Xml.cs (1)
70
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMinExclusiveFacet
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
69
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMinExclusiveFacet
))]