2 instantiations of XmlSchemaMaxExclusiveFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2072
builder._facet = new
XmlSchemaMaxExclusiveFacet
();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9825
o = new global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
();
15 references to XmlSchemaMaxExclusiveFacet
netstandard (1)
netstandard.cs (1)
2342
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
114
if (facet is
XmlSchemaMaxExclusiveFacet
)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
36
XmlElement("maxExclusive", typeof(
XmlSchemaMaxExclusiveFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
35
XmlElement("maxExclusive", typeof(
XmlSchemaMaxExclusiveFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
670
else if (ai is
XmlSchemaMaxExclusiveFacet
)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3031
else if (ai is global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
) {
3032
Write28_XmlSchemaMaxExclusiveFacet(@"maxExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
)ai), false, false);
3316
private void Write28_XmlSchemaMaxExclusiveFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
o, bool isNullable, bool needType) {
3327
if (t == typeof(global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
)) {
4402
else if (ai is global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
) {
4403
Write28_XmlSchemaMaxExclusiveFacet(@"maxExclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
)ai), false, false);
9802
private global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
Read28_XmlSchemaMaxExclusiveFacet(bool isNullable, bool checkType) {
9824
global::System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
o;
System.Xml (1)
System.Xml.cs (1)
67
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
66
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMaxExclusiveFacet
))]