1 instantiation of XmlSchemaTotalDigitsFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2093builder._facet = new XmlSchemaTotalDigitsFacet();
6 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.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\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
91[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaTotalDigitsFacet))]