1 instantiation of XmlSchemaMaxExclusiveFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2072
builder._facet = new
XmlSchemaMaxExclusiveFacet
();
7 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.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
))]