2 instantiations of XmlSchemaFractionDigitsFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2096builder._facet = new XmlSchemaFractionDigitsFacet();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10497o = new global::System.Xml.Schema.XmlSchemaFractionDigitsFacet();
14 references to XmlSchemaFractionDigitsFacet
netstandard (1)
netstandard.cs (1)
2329[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaFractionDigitsFacet))]
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
40XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
39XmlElement("fractionDigits", typeof(XmlSchemaFractionDigitsFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
706else if (ai is XmlSchemaFractionDigitsFacet)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3025else if (ai is global::System.Xml.Schema.XmlSchemaFractionDigitsFacet) { 3026Write20_XmlSchemaFractionDigitsFacet(@"fractionDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaFractionDigitsFacet)ai), false, false); 3400private void Write20_XmlSchemaFractionDigitsFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaFractionDigitsFacet o, bool isNullable, bool needType) { 3411if (t == typeof(global::System.Xml.Schema.XmlSchemaFractionDigitsFacet)) { 4390else if (ai is global::System.Xml.Schema.XmlSchemaFractionDigitsFacet) { 4391Write20_XmlSchemaFractionDigitsFacet(@"fractionDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaFractionDigitsFacet)ai), false, false); 10474private global::System.Xml.Schema.XmlSchemaFractionDigitsFacet Read20_XmlSchemaFractionDigitsFacet(bool isNullable, bool checkType) { 10496global::System.Xml.Schema.XmlSchemaFractionDigitsFacet o;
System.Xml (1)
System.Xml.cs (1)
54[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaFractionDigitsFacet))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
53[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaFractionDigitsFacet))]