1 write to dictionaryWriter
System.Runtime.Serialization (1)
System\Runtime\Serialization\XmlWriterDelegator.cs (1)
30this.dictionaryWriter = writer as XmlDictionaryWriter;
32 references to dictionaryWriter
System.Runtime.Serialization (32)
System\Runtime\Serialization\XmlWriterDelegator.cs (32)
72if (dictionaryWriter != null) 75dictionaryWriter.WriteXmlnsAttribute(null, ns); 89if (dictionaryWriter != null) 90dictionaryWriter.WriteXmlnsAttribute(null, ns); 107if (dictionaryWriter != null) 109dictionaryWriter.WriteXmlnsAttribute(prefix, ns); 124if (dictionaryWriter != null) 125dictionaryWriter.WriteStartAttribute(prefix, localName, namespaceUri); 160if (dictionaryWriter == null) 163dictionaryWriter.WriteString(value); 213if (dictionaryWriter == null) 216dictionaryWriter.WriteQualifiedName(name, ns); 238if (dictionaryWriter != null) 239dictionaryWriter.WriteStartElement(prefix, localName, namespaceUri); 248if (dictionaryWriter != null) 249dictionaryWriter.WriteStartElement(null, localName, namespaceUri); 670if (dictionaryWriter == null) 673dictionaryWriter.WriteQualifiedName(localName, ns); 678if (dictionaryWriter == null) 687dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length); 693if (dictionaryWriter == null) 702dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length); 708if (dictionaryWriter == null) 717dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length); 723if (dictionaryWriter == null) 732dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length); 738if (dictionaryWriter == null) 747dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length); 753if (dictionaryWriter == null) 762dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length); 768if (dictionaryWriter == null) 777dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);