1 write to dictionaryWriter
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (1)
26
this.
dictionaryWriter
= writer as XmlDictionaryWriter;
32 references to dictionaryWriter
dotnet-svcutil-lib (32)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (32)
72
if (
dictionaryWriter
!= null)
75
dictionaryWriter
.WriteXmlnsAttribute(null, ns);
89
if (
dictionaryWriter
!= null)
90
dictionaryWriter
.WriteXmlnsAttribute(null, ns);
107
if (
dictionaryWriter
!= null)
109
dictionaryWriter
.WriteXmlnsAttribute(prefix, ns);
124
if (
dictionaryWriter
!= null)
125
dictionaryWriter
.WriteStartAttribute(prefix, localName, namespaceUri);
160
if (
dictionaryWriter
== null)
163
dictionaryWriter
.WriteString(value);
213
if (
dictionaryWriter
== null)
216
dictionaryWriter
.WriteQualifiedName(name, ns);
242
if (
dictionaryWriter
!= null)
243
dictionaryWriter
.WriteStartElement(prefix, localName, namespaceUri);
252
if (
dictionaryWriter
!= null)
253
dictionaryWriter
.WriteStartElement(null, localName, namespaceUri);
652
if (
dictionaryWriter
== null)
655
dictionaryWriter
.WriteQualifiedName(localName, ns);
664
if (
dictionaryWriter
== null)
673
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);
683
if (
dictionaryWriter
== null)
692
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);
702
if (
dictionaryWriter
== null)
711
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);
721
if (
dictionaryWriter
== null)
730
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);
740
if (
dictionaryWriter
== null)
749
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);
759
if (
dictionaryWriter
== null)
768
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);
778
if (
dictionaryWriter
== null)
787
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);