2 instantiations of XmlSchemaLengthFacet
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2074
builder._facet = new
XmlSchemaLengthFacet
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10295
o = new Microsoft.Xml.Schema.
XmlSchemaLengthFacet
();
11 references to XmlSchemaLengthFacet
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (1)
51
[XmlElement("length", typeof(
XmlSchemaLengthFacet
)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (1)
50
[XmlElement("length", typeof(
XmlSchemaLengthFacet
)),
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
679
else if (ai is
XmlSchemaLengthFacet
)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
3259
if (ai is Microsoft.Xml.Schema.
XmlSchemaLengthFacet
)
3261
Write23_XmlSchemaLengthFacet(@"length", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.
XmlSchemaLengthFacet
)ai), false, false);
3783
private void Write23_XmlSchemaLengthFacet(string n, string ns, Microsoft.Xml.Schema.
XmlSchemaLengthFacet
o, bool isNullable, bool needType)
3793
if (t == typeof(Microsoft.Xml.Schema.
XmlSchemaLengthFacet
))
4709
else if (ai is Microsoft.Xml.Schema.
XmlSchemaLengthFacet
)
4711
Write23_XmlSchemaLengthFacet(@"length", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.
XmlSchemaLengthFacet
)ai), false, false);
10279
private Microsoft.Xml.Schema.
XmlSchemaLengthFacet
Read23_XmlSchemaLengthFacet(bool isNullable, bool checkType)
10294
Microsoft.Xml.Schema.
XmlSchemaLengthFacet
o;