Base:
method
WriteString
System.Xml.XmlWriter.WriteString(System.String)
4 references to WriteString
System.Xml (4)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
134this.eventCache.WriteString(text);
System\Xml\Core\XmlEventCache.cs (3)
353WriteString(new string(buffer, index, count)); 399WriteString(XmlUntypedConverter.Untyped.ToString(value, this.resolver)); 403WriteString(value);