2 instantiations of XmlSchemaTotalDigitsFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2093builder._facet = new XmlSchemaTotalDigitsFacet();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10161o = new global::System.Xml.Schema.XmlSchemaTotalDigitsFacet();
14 references to XmlSchemaTotalDigitsFacet
netstandard (1)
netstandard.cs (1)
2367[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaTotalDigitsFacet))]
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaSimpleContentRestriction.cs (1)
39XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
38XmlElement("totalDigits", typeof(XmlSchemaTotalDigitsFacet)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
694else if (ai is XmlSchemaTotalDigitsFacet)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3019else if (ai is global::System.Xml.Schema.XmlSchemaTotalDigitsFacet) { 3020Write24_XmlSchemaTotalDigitsFacet(@"totalDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaTotalDigitsFacet)ai), false, false); 3484private void Write24_XmlSchemaTotalDigitsFacet(string n, string ns, global::System.Xml.Schema.XmlSchemaTotalDigitsFacet o, bool isNullable, bool needType) { 3495if (t == typeof(global::System.Xml.Schema.XmlSchemaTotalDigitsFacet)) { 4393else if (ai is global::System.Xml.Schema.XmlSchemaTotalDigitsFacet) { 4394Write24_XmlSchemaTotalDigitsFacet(@"totalDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.XmlSchemaTotalDigitsFacet)ai), false, false); 10138private global::System.Xml.Schema.XmlSchemaTotalDigitsFacet Read24_XmlSchemaTotalDigitsFacet(bool isNullable, bool checkType) { 10160global::System.Xml.Schema.XmlSchemaTotalDigitsFacet o;
System.Xml (1)
System.Xml.cs (1)
92[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaTotalDigitsFacet))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
91[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaTotalDigitsFacet))]