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