Base:
method
WriteString
System.Xml.XmlWriter.WriteString(System.String)
3 overrides of WriteString
System.Private.Xml (3)
System\Xml\Core\HtmlUtf8RawTextWriter.cs (1)
357
public override unsafe void
WriteString
(string? text)
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
122
public override void
WriteString
(string? textBlock)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1964
public override void
WriteString
(string? text)
2 references to WriteString
System.Private.Xml (2)
System\Xml\Core\XmlUtf8RawTextWriter.cs (2)
350
WriteString
(namespaceName);
1967
base.
WriteString
(text);