1 instantiation of DecimalArrayHelperWithString
System.Private.DataContractSerialization (1)
System\Xml\ArrayHelper.cs (1)
283public static readonly DecimalArrayHelperWithString Instance = new DecimalArrayHelperWithString();
4 references to DecimalArrayHelperWithString
System.Private.DataContractSerialization (4)
System\Xml\ArrayHelper.cs (1)
283public static readonly DecimalArrayHelperWithString Instance = new DecimalArrayHelperWithString();
System\Xml\XmlBaseReader.cs (1)
1844return DecimalArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
System\Xml\XmlDictionaryReader.cs (1)
1203return DecimalArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
System\Xml\XmlDictionaryWriter.cs (1)
305DecimalArrayHelperWithString.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);