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(); 790if (dictionaryReader?.Quotas == null) 793return Math.Min(context.RemainingItemCount, dictionaryReader.Quotas.MaxArrayLength); 806if (dictionaryReader == null) 817while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 826dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 836if (dictionaryReader == null) 847while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 856dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 866if (dictionaryReader == null) 877while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 886dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 896if (dictionaryReader == null) 907while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 916dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 926if (dictionaryReader == null) 937while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 946dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 956if (dictionaryReader == null) 967while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 976dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 986if (dictionaryReader == null) 997while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 1006dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context));