Base:
method
WriteWhitespace
System.Xml.XmlWriter.WriteWhitespace(System.String)
8 overrides of WriteWhitespace
System.Private.Xml (8)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
368public override void WriteWhitespace(string? ws)
System\Xml\Core\QueryOutputWriter.cs (1)
266public override void WriteWhitespace(string? ws)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
134public override void WriteWhitespace(string? ws)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
591public override unsafe void WriteWhitespace(string? ws)
System\Xml\Core\XmlEventCache.cs (1)
353public override void WriteWhitespace(string? ws)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
511public override unsafe void WriteWhitespace(string? ws)
System\Xml\Dom\DocumentXmlWriter.cs (1)
317public override void WriteWhitespace(string? text)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
69public override void WriteWhitespace(string? ws)
4 references to WriteWhitespace
System.Private.Xml (4)
System\Xml\Core\QueryOutputWriter.cs (1)
271_wrapped.WriteWhitespace(ws);
System\Xml\Core\XmlAutoDetectWriter.cs (1)
139_wrapped.WriteWhitespace(ws);
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (2)
187_xwrt.WriteWhitespace(" "); 299_xwrt.WriteWhitespace(nav.Value);