2 instantiations of XmlSchemaFractionDigitsFacet
System.Private.Xml (1)
System\Xml\Schema\XsdBuilder.cs (1)
2096
builder._facet = new
XmlSchemaFractionDigitsFacet
();
System.Web.Services.Description (1)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (1)
10497
o = new global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
();
14 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)
40
XmlElement("fractionDigits", typeof(
XmlSchemaFractionDigitsFacet
)),
System\Xml\Schema\XmlSchemaSimpleTypeRestriction.cs (1)
39
XmlElement("fractionDigits", typeof(
XmlSchemaFractionDigitsFacet
)),
System\Xml\Serialization\SchemaObjectWriter.cs (1)
706
else if (ai is
XmlSchemaFractionDigitsFacet
)
System.Web.Services.Description (8)
System\Web\Services\Description\ServiceDescriptionSerializer.cs (8)
3025
else if (ai is global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
) {
3026
Write20_XmlSchemaFractionDigitsFacet(@"fractionDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
)ai), false, false);
3400
private void Write20_XmlSchemaFractionDigitsFacet(string n, string ns, global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
o, bool isNullable, bool needType) {
3411
if (t == typeof(global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
)) {
4390
else if (ai is global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
) {
4391
Write20_XmlSchemaFractionDigitsFacet(@"fractionDigits", @"http://www.w3.org/2001/XMLSchema", ((global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
)ai), false, false);
10474
private global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
Read20_XmlSchemaFractionDigitsFacet(bool isNullable, bool checkType) {
10496
global::System.Xml.Schema.
XmlSchemaFractionDigitsFacet
o;
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
))]