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