2 instantiations of XmlSchemaMaxInclusiveFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2075
builder._facet = new
XmlSchemaMaxInclusiveFacet
();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9909
o = new global::System.Xml.Schema.
XmlSchemaMaxInclusiveFacet
();
15 references to XmlSchemaMaxInclusiveFacet
netstandard (1)
netstandard.cs (1)
2343
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMaxInclusiveFacet
))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
117
if (facet is
XmlSchemaMaxInclusiveFacet
)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
35
XmlElement("maxInclusive", typeof(
XmlSchemaMaxInclusiveFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
34
XmlElement("maxInclusive", typeof(
XmlSchemaMaxInclusiveFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
666
else if (ai is
XmlSchemaMaxInclusiveFacet
)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3046
else if (ai is global::System.Xml.Schema.
XmlSchemaMaxInclusiveFacet
) {
3047
Write27_XmlSchemaMaxInclusiveFacet(@"maxInclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMaxInclusiveFacet
)ai), false, false);
3106
private void Write27_XmlSchemaMaxInclusiveFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaMaxInclusiveFacet
o, bool isNullable, bool needType) {
3117
if (t == typeof(global::System.Xml.Schema.
XmlSchemaMaxInclusiveFacet
)) {
4399
else if (ai is global::System.Xml.Schema.
XmlSchemaMaxInclusiveFacet
) {
4400
Write27_XmlSchemaMaxInclusiveFacet(@"maxInclusive", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMaxInclusiveFacet
)ai), false, false);
9886
private global::System.Xml.Schema.
XmlSchemaMaxInclusiveFacet
Read27_XmlSchemaMaxInclusiveFacet(bool isNullable, bool checkType) {
9908
global::System.Xml.Schema.
XmlSchemaMaxInclusiveFacet
o;
System.Xml (1)
System.Xml.cs (1)
68
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMaxInclusiveFacet
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
67
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMaxInclusiveFacet
))]