1 instantiation of DoubleArrayHelperWithDictionaryString
System.Private.DataContractSerialization (1)
System\Xml\ArrayHelper.cs (1)
268
public static readonly DoubleArrayHelperWithDictionaryString Instance = new
DoubleArrayHelperWithDictionaryString
();
5 references to DoubleArrayHelperWithDictionaryString
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
1005
array =
DoubleArrayHelperWithDictionaryString
.Instance.ReadArray(
System\Xml\ArrayHelper.cs (1)
268
public static readonly
DoubleArrayHelperWithDictionaryString
Instance = new DoubleArrayHelperWithDictionaryString();
System\Xml\XmlBaseReader.cs (1)
1839
return
DoubleArrayHelperWithDictionaryString
.Instance.ReadArray(this, localName, namespaceUri, _quotas.MaxArrayLength);
System\Xml\XmlDictionaryReader.cs (1)
1180
return
DoubleArrayHelperWithDictionaryString
.Instance.ReadArray(this, localName, namespaceUri, Quotas.MaxArrayLength);
System\Xml\XmlDictionaryWriter.cs (1)
332
DoubleArrayHelperWithDictionaryString
.Instance.WriteArray(this, prefix, localName, namespaceUri, reader);