2 instantiations of XmlSchemaLengthFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2069
builder._facet = new
XmlSchemaLengthFacet
();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10245
o = new global::System.Xml.Schema.
XmlSchemaLengthFacet
();
15 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.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3016
if (ai is global::System.Xml.Schema.
XmlSchemaLengthFacet
) {
3017
Write23_XmlSchemaLengthFacet(@"length", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaLengthFacet
)ai), false, false);
3526
private void Write23_XmlSchemaLengthFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaLengthFacet
o, bool isNullable, bool needType) {
3537
if (t == typeof(global::System.Xml.Schema.
XmlSchemaLengthFacet
)) {
4387
else if (ai is global::System.Xml.Schema.
XmlSchemaLengthFacet
) {
4388
Write23_XmlSchemaLengthFacet(@"length", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaLengthFacet
)ai), false, false);
10222
private global::System.Xml.Schema.
XmlSchemaLengthFacet
Read23_XmlSchemaLengthFacet(bool isNullable, bool checkType) {
10244
global::System.Xml.Schema.
XmlSchemaLengthFacet
o;
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
))]