2 instantiations of XmlSchemaLengthFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8305
o = new global::System.Xml.Schema.
XmlSchemaLengthFacet
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1904
builder.facet = new
XmlSchemaLengthFacet
();
14 references to XmlSchemaLengthFacet
System.Data (1)
fx\src\data\System\Data\SimpleType.cs (1)
129
if (facet is
XmlSchemaLengthFacet
)
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
51
{ typeof(
XmlSchemaLengthFacet
), ErrorHandler },
101
{ typeof(
XmlSchemaLengthFacet
), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2567
if (ai is global::System.Xml.Schema.
XmlSchemaLengthFacet
) {
2568
Write23_XmlSchemaLengthFacet(@"length", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaLengthFacet
)ai), false, false);
2989
void Write23_XmlSchemaLengthFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaLengthFacet
o, bool isNullable, bool needType) {
2996
if (t == typeof(global::System.Xml.Schema.
XmlSchemaLengthFacet
)) {
3734
else if (ai is global::System.Xml.Schema.
XmlSchemaLengthFacet
) {
3735
Write23_XmlSchemaLengthFacet(@"length", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaLengthFacet
)ai), false, false);
8292
global::System.Xml.Schema.
XmlSchemaLengthFacet
Read23_XmlSchemaLengthFacet(bool isNullable, bool checkType) {
8304
global::System.Xml.Schema.
XmlSchemaLengthFacet
o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
47
[XmlElement("length", typeof(
XmlSchemaLengthFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
46
[XmlElement("length", typeof(
XmlSchemaLengthFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
561
else if (ai is
XmlSchemaLengthFacet
) {