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