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