1 write to dictionaryWriter
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlWriterDelegator.cs (1)
30
this.
dictionaryWriter
= writer as XmlDictionaryWriter;
32 references to dictionaryWriter
System.Runtime.Serialization (32)
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);
238
if (
dictionaryWriter
!= null)
239
dictionaryWriter
.WriteStartElement(prefix, localName, namespaceUri);
248
if (
dictionaryWriter
!= null)
249
dictionaryWriter
.WriteStartElement(null, localName, namespaceUri);
670
if (
dictionaryWriter
== null)
673
dictionaryWriter
.WriteQualifiedName(localName, ns);
678
if (
dictionaryWriter
== null)
687
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);
693
if (
dictionaryWriter
== null)
702
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);
708
if (
dictionaryWriter
== null)
717
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);
723
if (
dictionaryWriter
== null)
732
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);
738
if (
dictionaryWriter
== null)
747
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);
753
if (
dictionaryWriter
== null)
762
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);
768
if (
dictionaryWriter
== null)
777
dictionaryWriter
.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);