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