6 references to WriteElementStringRaw
System.Private.Xml (6)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (1)
981WriteElementStringRaw(name, ns, stringValue, xmlQualifiedName);
System\Xml\Serialization\XmlSerializationWriter.cs (5)
710WriteElementStringRaw(name, ns, value, xsiType); 726WriteElementStringRaw(name, ns, value, null); 1084WriteElementStringRaw(localName, null, value, null); 1094WriteElementStringRaw(localName, ns, value, null); 1104WriteElementStringRaw(localName, null, value, xsiType);