45 references to ReadArray
dotnet-svcutil-lib (45)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (7)
662
array = BooleanArrayHelperWithDictionaryString.Instance.
ReadArray
(
696
array = DateTimeArrayHelperWithDictionaryString.Instance.
ReadArray
(
730
array = DecimalArrayHelperWithDictionaryString.Instance.
ReadArray
(
764
array = Int32ArrayHelperWithDictionaryString.Instance.
ReadArray
(
798
array = Int64ArrayHelperWithDictionaryString.Instance.
ReadArray
(
832
array = SingleArrayHelperWithDictionaryString.Instance.
ReadArray
(
866
array = DoubleArrayHelperWithDictionaryString.Instance.
ReadArray
(
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseReader.cs (18)
1760
return Int16ArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1765
return Int16ArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1770
return Int32ArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1775
return Int32ArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1780
return Int64ArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1785
return Int64ArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1790
return SingleArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1795
return SingleArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1800
return DoubleArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1805
return DoubleArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1810
return DecimalArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1815
return DecimalArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1820
return DateTimeArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1825
return DateTimeArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1830
return GuidArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1835
return GuidArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1840
return TimeSpanArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
1845
return TimeSpanArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, _quotas.MaxArrayLength);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryReader.cs (20)
920
return BooleanArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
925
return BooleanArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
948
return Int16ArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
953
return Int16ArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
979
return Int32ArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
984
return Int32ArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1007
return Int64ArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1012
return Int64ArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1035
return SingleArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1040
return SingleArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1063
return DoubleArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1068
return DoubleArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1091
return DecimalArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1096
return DecimalArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1119
return DateTimeArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1124
return DateTimeArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1147
return GuidArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1152
return GuidArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1175
return TimeSpanArrayHelperWithString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);
1180
return TimeSpanArrayHelperWithDictionaryString.Instance.
ReadArray
(this, localName, namespaceUri, Quotas.MaxArrayLength);