5 types derived from XmlSchemaNumericFacet
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaFacet.cs (5)
67public class XmlSchemaLengthFacet : XmlSchemaNumericFacet 75public class XmlSchemaMinLengthFacet : XmlSchemaNumericFacet 83public class XmlSchemaMaxLengthFacet : XmlSchemaNumericFacet 139public class XmlSchemaTotalDigitsFacet : XmlSchemaNumericFacet 147public class XmlSchemaFractionDigitsFacet : XmlSchemaNumericFacet
3 references to XmlSchemaNumericFacet
netstandard (1)
netstandard.cs (1)
2349[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaNumericFacet))]
System.Xml (1)
System.Xml.cs (1)
74[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaNumericFacet))]
System.Xml.ReaderWriter (1)
artifacts\obj\System.Xml.ReaderWriter\Debug\net9.0\System.Xml.ReaderWriter.Forwards.cs (1)
73[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.XmlSchemaNumericFacet))]