1 instantiation of DecimalArrayHelperWithString
System.Runtime.Serialization (1)
System\Xml\ArrayHelper.cs (1)
283
static public readonly DecimalArrayHelperWithString Instance = new
DecimalArrayHelperWithString
();
4 references to DecimalArrayHelperWithString
System.Runtime.Serialization (4)
System\Xml\ArrayHelper.cs (1)
283
static public readonly
DecimalArrayHelperWithString
Instance = new DecimalArrayHelperWithString();
System\Xml\XmlBaseReader.cs (1)
1969
return
DecimalArrayHelperWithString
.Instance.ReadArray(this, localName, namespaceUri, quotas.MaxArrayLength);
System\Xml\XmlDictionaryReader.cs (1)
1237
return
DecimalArrayHelperWithString
.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
System\Xml\XmlDictionaryWriter.cs (1)
809
DecimalArrayHelperWithString
.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);