1 instantiation of XmlSchemaLengthFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2069
builder._facet = new
XmlSchemaLengthFacet
();
7 references to XmlSchemaLengthFacet
netstandard (1)
netstandard.cs (1)
2341
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaLengthFacet
))]
System.Data.Common (1)
System\Data\SimpleType.cs (1)
93
if (facet is
XmlSchemaLengthFacet
)
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
30
[XmlElement("length", typeof(
XmlSchemaLengthFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
29
[XmlElement("length", typeof(
XmlSchemaLengthFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
678
else if (ai is
XmlSchemaLengthFacet
)
System.Xml (1)
System.Xml.cs (1)
66
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaLengthFacet
))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
65
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaLengthFacet
))]