2 instantiations of XmlSchemaFractionDigitsFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8521o = new global::System.Xml.Schema.XmlSchemaFractionDigitsFacet();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1931builder.facet = new XmlSchemaFractionDigitsFacet();
13 references to XmlSchemaFractionDigitsFacet
System.ServiceModel.Web (2)
System\ServiceModel\Dispatcher\HelpExampleGenerator.cs (2)
50{ typeof(XmlSchemaFractionDigitsFacet), ErrorHandler }, 100{ typeof(XmlSchemaFractionDigitsFacet), ErrorHandler },
System.Web.Services (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
2576else if (ai is global::System.Xml.Schema.XmlSchemaFractionDigitsFacet) { 2577Write20_XmlSchemaFractionDigitsFacet(@"fractionDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaFractionDigitsFacet)ai), false, false); 2887void Write20_XmlSchemaFractionDigitsFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaFractionDigitsFacet o, bool isNullable, bool needType) { 2894if (t == typeof(global::System.Xml.Schema.XmlSchemaFractionDigitsFacet)) { 3737else if (ai is global::System.Xml.Schema.XmlSchemaFractionDigitsFacet) { 3738Write20_XmlSchemaFractionDigitsFacet(@"fractionDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaFractionDigitsFacet)ai), false, false); 8508global::System.Xml.Schema.XmlSchemaFractionDigitsFacet Read20_XmlSchemaFractionDigitsFacet(bool isNullable, bool checkType) { 8520global::System.Xml.Schema.XmlSchemaFractionDigitsFacet o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
57XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
56XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
582else if (ai is XmlSchemaFractionDigitsFacet) {