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