1 write to dictionaryReader
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (1)
26this.dictionaryReader = reader as XmlDictionaryReader;
35 references to dictionaryReader
dotnet-svcutil-lib (35)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlReaderDelegator.cs (35)
63if (dictionaryReader == null) 66return dictionaryReader.IsNamespaceUri(ns); 71if (dictionaryReader == null) 74return dictionaryReader.IsLocalName(localName); 79if (dictionaryReader == null) 82return dictionaryReader.IsNamespaceUri(ns); 87if (dictionaryReader == null) 90return dictionaryReader.IsLocalName(localName); 95if (dictionaryReader != null) 96return dictionaryReader.IndexOfLocalName(localNames, ns); 133if (dictionaryReader == null) 136return !isEndOfEmptyElement && dictionaryReader.IsStartElement(localname, ns); 334if (dictionaryReader == null) 340return dictionaryReader.ReadElementContentAsBase64(); 643if (dictionaryReader == null) 654while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 663dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 677if (dictionaryReader == null) 688while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 697dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 711if (dictionaryReader == null) 722while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 731dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 745if (dictionaryReader == null) 756while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 765dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 779if (dictionaryReader == null) 790while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 799dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 813if (dictionaryReader == null) 824while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 833dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context)); 847if (dictionaryReader == null) 858while ((read = dictionaryReader.ReadArray(itemName, itemNamespace, array, offset, arrayLength - offset)) > 0) 867dictionaryReader, itemName, itemNamespace, GetArrayLengthQuota(context));