1 instantiation of DoubleArrayHelperWithString
System.Private.DataContractSerialization (1)
System\Xml\ArrayHelper.cs (1)
253public static readonly DoubleArrayHelperWithString Instance = new DoubleArrayHelperWithString();
4 references to DoubleArrayHelperWithString
System.Private.DataContractSerialization (4)
System\Xml\ArrayHelper.cs (1)
253public static readonly DoubleArrayHelperWithString Instance = new DoubleArrayHelperWithString();
System\Xml\XmlBaseReader.cs (1)
1834return DoubleArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
System\Xml\XmlDictionaryReader.cs (1)
1175return DoubleArrayHelperWithString.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
System\Xml\XmlDictionaryWriter.cs (1)
303DoubleArrayHelperWithString.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);