5 types derived from XmlSchemaNumericFacet
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaFacet.cs (5)
67
public class XmlSchemaLengthFacet :
XmlSchemaNumericFacet
75
public class XmlSchemaMinLengthFacet :
XmlSchemaNumericFacet
83
public class XmlSchemaMaxLengthFacet :
XmlSchemaNumericFacet
139
public class XmlSchemaTotalDigitsFacet :
XmlSchemaNumericFacet
147
public 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\net10.0\System.Xml.ReaderWriter.Forwards.cs (1)
73
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Xml.Schema.
XmlSchemaNumericFacet
))]