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