6 references to WriteElementStringRaw
System.Private.Xml (6)
System\Xml\Serialization\ReflectionXmlSerializationWriter.cs (1)
1056WriteElementStringRaw(name, ns, stringValue, xmlQualifiedName);
System\Xml\Serialization\XmlSerializationWriter.cs (5)
757WriteElementStringRaw(name, ns, value, xsiType); 773WriteElementStringRaw(name, ns, value, null); 1131WriteElementStringRaw(localName, null, value, null); 1141WriteElementStringRaw(localName, ns, value, null); 1151WriteElementStringRaw(localName, null, value, xsiType);