2 instantiations of XmlSchemaMinLengthFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2087
builder._facet = new
XmlSchemaMinLengthFacet
();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
9573
o = new global::System.Xml.Schema.
XmlSchemaMinLengthFacet
();
15 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.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3028
else if (ai is global::System.Xml.Schema.
XmlSchemaMinLengthFacet
) {
3029
Write31_XmlSchemaMinLengthFacet(@"minLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMinLengthFacet
)ai), false, false);
3358
private void Write31_XmlSchemaMinLengthFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaMinLengthFacet
o, bool isNullable, bool needType) {
3369
if (t == typeof(global::System.Xml.Schema.
XmlSchemaMinLengthFacet
)) {
4381
if (ai is global::System.Xml.Schema.
XmlSchemaMinLengthFacet
) {
4382
Write31_XmlSchemaMinLengthFacet(@"minLength", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaMinLengthFacet
)ai), false, false);
9550
private global::System.Xml.Schema.
XmlSchemaMinLengthFacet
Read31_XmlSchemaMinLengthFacet(bool isNullable, bool checkType) {
9572
global::System.Xml.Schema.
XmlSchemaMinLengthFacet
o;
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
))]