1 write to dictionaryWriter
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlWriterDelegator.cs (1)
26this.dictionaryWriter = writer as XmlDictionaryWriter;
32 references to dictionaryWriter
dotnet-svcutil-lib (32)
FrameworkFork\System.Runtime.Serialization\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); 242if (dictionaryWriter != null) 243dictionaryWriter.WriteStartElement(prefix, localName, namespaceUri); 252if (dictionaryWriter != null) 253dictionaryWriter.WriteStartElement(null, localName, namespaceUri); 652if (dictionaryWriter == null) 655dictionaryWriter.WriteQualifiedName(localName, ns); 664if (dictionaryWriter == null) 673dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length); 683if (dictionaryWriter == null) 692dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length); 702if (dictionaryWriter == null) 711dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length); 721if (dictionaryWriter == null) 730dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length); 740if (dictionaryWriter == null) 749dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length); 759if (dictionaryWriter == null) 768dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length); 778if (dictionaryWriter == null) 787dictionaryWriter.WriteArray(null, itemName, itemNamespace, value, 0, value.Length);