2 instantiations of XmlSchemaFractionDigitsFacet
System.Web.Services (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
8521
o = new global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
();
System.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
1931
builder.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)
2576
else if (ai is global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
) {
2577
Write20_XmlSchemaFractionDigitsFacet(@"fractionDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
)ai), false, false);
2887
void Write20_XmlSchemaFractionDigitsFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
o, bool isNullable, bool needType) {
2894
if (t == typeof(global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
)) {
3737
else if (ai is global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
) {
3738
Write20_XmlSchemaFractionDigitsFacet(@"fractionDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
)ai), false, false);
8508
global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
Read20_XmlSchemaFractionDigitsFacet(bool isNullable, bool checkType) {
8520
global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
o;
System.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
57
XmlElement("fractionDigits", typeof(
XmlSchemaFractionDigitsFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
56
XmlElement("fractionDigits", typeof(
XmlSchemaFractionDigitsFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
582
else if (ai is
XmlSchemaFractionDigitsFacet
) {