1 instantiation of XmlSchemaMinLengthFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2087
builder._facet = new
XmlSchemaMinLengthFacet
();
7 references to XmlSchemaMinLengthFacet
netstandard (1)
netstandard.cs (1)
2347
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMinLengthFacet
))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
96
if (facet is
XmlSchemaMinLengthFacet
)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
31
XmlElement("minLength", typeof(
XmlSchemaMinLengthFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
30
XmlElement("minLength", typeof(
XmlSchemaMinLengthFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
686
else if (ai is
XmlSchemaMinLengthFacet
)
System.Xml (1)
System.Xml.cs (1)
72
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMinLengthFacet
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
71
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaMinLengthFacet
))]