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