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