2 instantiations of XmlSchemaTotalDigitsFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8233o = new global::System.Xml.Schema.XmlSchemaTotalDigitsFacet();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1928builder.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)
2570else if (ai is global::System.Xml.Schema.XmlSchemaTotalDigitsFacet) { 2571Write24_XmlSchemaTotalDigitsFacet(@"totalDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaTotalDigitsFacet)ai), false, false); 2955void Write24_XmlSchemaTotalDigitsFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaTotalDigitsFacet o, bool isNullable, bool needType) { 2962if (t == typeof(global::System.Xml.Schema.XmlSchemaTotalDigitsFacet)) { 3740else if (ai is global::System.Xml.Schema.XmlSchemaTotalDigitsFacet) { 3741Write24_XmlSchemaTotalDigitsFacet(@"totalDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaTotalDigitsFacet)ai), false, false); 8220global::System.Xml.Schema.XmlSchemaTotalDigitsFacet Read24_XmlSchemaTotalDigitsFacet(bool isNullable, bool checkType) { 8232global::System.Xml.Schema.XmlSchemaTotalDigitsFacet o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
56XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
55XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
573else if (ai is XmlSchemaTotalDigitsFacet) {