1 instantiation of XmlSchemaMinInclusiveFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2084
builder._facet = new
XmlSchemaMinInclusiveFacet
();
7 references to XmlSchemaMinInclusiveFacet
netstandard (1)
netstandard.cs (1)
2346
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMinInclusiveFacet
))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
111
if (facet is
XmlSchemaMinInclusiveFacet
)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
37
XmlElement("minInclusive", typeof(
XmlSchemaMinInclusiveFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
36
XmlElement("minInclusive", typeof(
XmlSchemaMinInclusiveFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
674
else if (ai is
XmlSchemaMinInclusiveFacet
)
System.Xml (1)
System.Xml.cs (1)
71
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMinInclusiveFacet
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
70
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMinInclusiveFacet
))]