1 write to dictionaryReader
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
30
this.
dictionaryReader
= reader as XmlDictionaryReader;
46 references to dictionaryReader
System.Runtime.Serialization (46)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (7)
36
if (this.
dictionaryReader
== null)
42
return
dictionaryReader
.Quotas;
114
if (
dictionaryReader
== null)
121
buffer = ByteArrayHelperWithString.Instance.ReadArray(
dictionaryReader
, JsonGlobals.itemString, string.Empty,
dictionaryReader
.Quotas.MaxArrayLength);
265
if ((
dictionaryReader
== null) || (arrayLength != -1))
271
array = this.DateTimeArrayHelper.ReadArray(
dictionaryReader
, XmlDictionaryString.GetString(itemName), XmlDictionaryString.GetString(itemNamespace), GetArrayLengthQuota(context));
System\Runtime\Serialization\XmlReaderDelegator.cs (39)
72
if (
dictionaryReader
== null)
75
return
dictionaryReader
.IsNamespaceUri(ns);
80
if (
dictionaryReader
== null)
83
return
dictionaryReader
.IsLocalName(localName);
88
if (
dictionaryReader
== null)
91
return
dictionaryReader
.IsNamespaceUri(ns);
96
if (
dictionaryReader
== null)
99
return
dictionaryReader
.IsLocalName(localName);
104
if (
dictionaryReader
!= null)
105
return
dictionaryReader
.IndexOfLocalName(localNames, ns);
134
if (
dictionaryReader
== null)
137
return !isEndOfEmptyElement &&
dictionaryReader
.IsStartElement(localname, ns);
463
if (
dictionaryReader
== null)
469
return
dictionaryReader
.ReadElementContentAsBase64();
482
if (
dictionaryReader
== null)
488
return
dictionaryReader
.ReadContentAsBase64();
835
if (
dictionaryReader
.Quotas == null)
838
return Math.Min(context.RemainingItemCount,
dictionaryReader
.Quotas.MaxArrayLength);
851
if (
dictionaryReader
== null)
862
while ((read =
dictionaryReader
.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0)
871
dictionaryReader
, itemName, itemNamespace, GetArrayLengthQuota(context));
881
if (
dictionaryReader
== null)
892
while ((read =
dictionaryReader
.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0)
901
dictionaryReader
, itemName, itemNamespace, GetArrayLengthQuota(context));
911
if (
dictionaryReader
== null)
922
while ((read =
dictionaryReader
.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0)
931
dictionaryReader
, itemName, itemNamespace, GetArrayLengthQuota(context));
941
if (
dictionaryReader
== null)
952
while ((read =
dictionaryReader
.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0)
961
dictionaryReader
, itemName, itemNamespace, GetArrayLengthQuota(context));
971
if (
dictionaryReader
== null)
982
while ((read =
dictionaryReader
.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0)
991
dictionaryReader
, itemName, itemNamespace, GetArrayLengthQuota(context));
1001
if (
dictionaryReader
== null)
1012
while ((read =
dictionaryReader
.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0)
1021
dictionaryReader
, itemName, itemNamespace, GetArrayLengthQuota(context));
1031
if (
dictionaryReader
== null)
1042
while ((read =
dictionaryReader
.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0)
1051
dictionaryReader
, itemName, itemNamespace, GetArrayLengthQuota(context));