1 write to dictionaryReader
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlReaderDelegator.cs (1)
24this.dictionaryReader = reader as XmlDictionaryReader;
45 references to dictionaryReader
System.Private.DataContractSerialization (45)
System\Runtime\Serialization\Json\JsonReaderDelegator.cs (6)
27internal XmlDictionaryReaderQuotas? ReaderQuotas => dictionaryReader?.Quotas; 79if (dictionaryReader == null) 86buffer = ByteArrayHelperWithString.Instance.ReadArray(dictionaryReader, JsonGlobals.itemString, string.Empty, dictionaryReader.Quotas.MaxArrayLength); 220if ((dictionaryReader == null) || (arrayLength != -1)) 226array = this.DateTimeArrayHelper.ReadArray(dictionaryReader, XmlDictionaryString.GetString(itemName), XmlDictionaryString.GetString(itemNamespace), GetArrayLengthQuota(context));
System\Runtime\Serialization\XmlReaderDelegator.cs (39)
67if (dictionaryReader == null) 70return dictionaryReader.IsNamespaceUri(ns); 75if (dictionaryReader == null) 78return dictionaryReader.IsLocalName(localName); 83if (dictionaryReader == null) 86return dictionaryReader.IsNamespaceUri(ns); 91if (dictionaryReader == null) 94return dictionaryReader.IsLocalName(localName); 99if (dictionaryReader != null) 100return dictionaryReader.IndexOfLocalName(localNames, ns); 129if (dictionaryReader == null) 132return !isEndOfEmptyElement && dictionaryReader.IsStartElement(localname, ns); 448if (dictionaryReader == null) 454return dictionaryReader.ReadElementContentAsBase64(); 463if (dictionaryReader == null) 469return dictionaryReader.ReadContentAsBase64(); 870if (dictionaryReader?.Quotas == null) 873return Math.Min(context.RemainingItemCount, dictionaryReader.Quotas.MaxArrayLength); 886if (dictionaryReader == null) 897while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 906dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 916if (dictionaryReader == null) 927while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 936dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 946if (dictionaryReader == null) 957while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 966dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 976if (dictionaryReader == null) 987while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 996dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 1006if (dictionaryReader == null) 1017while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 1026dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 1036if (dictionaryReader == null) 1047while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 1056dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 1066if (dictionaryReader == null) 1077while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 1086dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context));