Base:
method
WriteString
System.Xml.XmlWriter.WriteString(System.String)
3 overrides of WriteString
System.Xml (3)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
402public override unsafe void WriteString( string text ) {
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
130public override void WriteString( string textBlock ) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1685public override void WriteString( string text ) {
2 references to WriteString
System.Xml (2)
System\Xml\Core\XmlUtf8RawTextWriter.cs (2)
350this.WriteString( namespaceName ); 1687base.WriteString( text );