2 instantiations of XmlSchemaTotalDigitsFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8233
o = new global::System.Xml.Schema.
XmlSchemaTotalDigitsFacet
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1928
builder.facet = new
XmlSchemaTotalDigitsFacet
();
13 references to XmlSchemaTotalDigitsFacet
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
54
{ typeof(
XmlSchemaTotalDigitsFacet
), ErrorHandler },
104
{ typeof(
XmlSchemaTotalDigitsFacet
), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2570
else if (ai is global::System.Xml.Schema.
XmlSchemaTotalDigitsFacet
) {
2571
Write24_XmlSchemaTotalDigitsFacet(@"totalDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaTotalDigitsFacet
)ai), false, false);
2955
void Write24_XmlSchemaTotalDigitsFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaTotalDigitsFacet
o, bool isNullable, bool needType) {
2962
if (t == typeof(global::System.Xml.Schema.
XmlSchemaTotalDigitsFacet
)) {
3740
else if (ai is global::System.Xml.Schema.
XmlSchemaTotalDigitsFacet
) {
3741
Write24_XmlSchemaTotalDigitsFacet(@"totalDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaTotalDigitsFacet
)ai), false, false);
8220
global::System.Xml.Schema.
XmlSchemaTotalDigitsFacet
Read24_XmlSchemaTotalDigitsFacet(bool isNullable, bool checkType) {
8232
global::System.Xml.Schema.
XmlSchemaTotalDigitsFacet
o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
56
XmlElement("totalDigits", typeof(
XmlSchemaTotalDigitsFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
55
XmlElement("totalDigits", typeof(
XmlSchemaTotalDigitsFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
573
else if (ai is
XmlSchemaTotalDigitsFacet
) {