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