2 instantiations of XmlSchemaFractionDigitsFacet
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XsdBuilder.cs (1)
2101
builder._facet = new
XmlSchemaFractionDigitsFacet
();
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (1)
10556
o = new Microsoft.Xml.Schema.
XmlSchemaFractionDigitsFacet
();
11 references to XmlSchemaFractionDigitsFacet
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleContentRestriction.cs (1)
61
XmlElement("fractionDigits", typeof(
XmlSchemaFractionDigitsFacet
)),
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSimpleTypeRestriction.cs (1)
60
XmlElement("fractionDigits", typeof(
XmlSchemaFractionDigitsFacet
)),
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
707
else if (ai is
XmlSchemaFractionDigitsFacet
)
FrameworkFork\System.Web.Services\Services\Description\ServiceDescriptionSerializer.cs (8)
3271
else if (ai is Microsoft.Xml.Schema.
XmlSchemaFractionDigitsFacet
)
3273
Write20_XmlSchemaFractionDigitsFacet(@"fractionDigits", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.
XmlSchemaFractionDigitsFacet
)ai), false, false);
3657
private void Write20_XmlSchemaFractionDigitsFacet(string n, string ns, Microsoft.Xml.Schema.
XmlSchemaFractionDigitsFacet
o, bool isNullable, bool needType)
3667
if (t == typeof(Microsoft.Xml.Schema.
XmlSchemaFractionDigitsFacet
))
4713
else if (ai is Microsoft.Xml.Schema.
XmlSchemaFractionDigitsFacet
)
4715
Write20_XmlSchemaFractionDigitsFacet(@"fractionDigits", @"http://www.w3.org/2001/XMLSchema", ((Microsoft.Xml.Schema.
XmlSchemaFractionDigitsFacet
)ai), false, false);
10540
private Microsoft.Xml.Schema.
XmlSchemaFractionDigitsFacet
Read20_XmlSchemaFractionDigitsFacet(bool isNullable, bool checkType)
10555
Microsoft.Xml.Schema.
XmlSchemaFractionDigitsFacet
o;