48 references to ReadArray
System.Runtime.Serialization (48)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (3)
117
buffer = ByteArrayHelperWithString.Instance.
ReadArray
(tempDictionaryReader, JsonGlobals.itemString, string.Empty, tempDictionaryReader.Quotas.MaxArrayLength);
121
buffer = ByteArrayHelperWithString.Instance.
ReadArray
(dictionaryReader, JsonGlobals.itemString, string.Empty, dictionaryReader.Quotas.MaxArrayLength);
271
array = this.DateTimeArrayHelper.
ReadArray
(dictionaryReader, XmlDictionaryString.GetString(itemName), XmlDictionaryString.GetString(itemNamespace), GetArrayLengthQuota(context));
System\Runtime\Serialization\XmlReaderDelegator.cs (7)
870
array = BooleanArrayHelperWithDictionaryString.Instance.
ReadArray
(
900
array = DateTimeArrayHelperWithDictionaryString.Instance.
ReadArray
(
930
array = DecimalArrayHelperWithDictionaryString.Instance.
ReadArray
(
960
array = Int32ArrayHelperWithDictionaryString.Instance.
ReadArray
(
990
array = Int64ArrayHelperWithDictionaryString.Instance.
ReadArray
(
1020
array = SingleArrayHelperWithDictionaryString.Instance.
ReadArray
(
1050
array = DoubleArrayHelperWithDictionaryString.Instance.
ReadArray
(
System\Xml\XmlBaseReader.cs (18)
1919
return Int16ArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1924
return Int16ArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1929
return Int32ArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1934
return Int32ArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1939
return Int64ArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1944
return Int64ArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1949
return SingleArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1954
return SingleArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1959
return DoubleArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1964
return DoubleArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1969
return DecimalArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1974
return DecimalArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1979
return DateTimeArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1984
return DateTimeArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1989
return GuidArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1994
return GuidArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
1999
return TimeSpanArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
2004
return TimeSpanArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, quotas.MaxArrayLength);
System\Xml\XmlDictionaryReader.cs (20)
1066
return BooleanArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1071
return BooleanArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1094
return Int16ArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1099
return Int16ArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1125
return Int32ArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1130
return Int32ArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1153
return Int64ArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1158
return Int64ArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1181
return SingleArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1186
return SingleArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1209
return DoubleArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1214
return DoubleArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1237
return DecimalArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1242
return DecimalArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1265
return DateTimeArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1270
return DateTimeArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1293
return GuidArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1298
return GuidArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1321
return TimeSpanArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1326
return TimeSpanArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);