Base:
method
WriteWhitespace
System.Xml.XmlWriter.WriteWhitespace(System.String)
7 overrides of WriteWhitespace
System.Xml (7)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
332public override void WriteWhitespace(string ws) {
System\Xml\Core\QueryOutputWriter.cs (1)
234public override void WriteWhitespace(string ws) {
System\Xml\Core\XmlAutoDetectWriter.cs (1)
123public override void WriteWhitespace(string ws) {
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
561public override unsafe void WriteWhitespace( string ws ) {
System\Xml\Core\XmlEventCache.cs (1)
338public override void WriteWhitespace(string ws) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
495public override unsafe void WriteWhitespace( string ws ) {
System\Xml\Dom\DocumentXmlWriter.cs (1)
271public override void WriteWhitespace(string text) {
2 references to WriteWhitespace
System.Xml (2)
System\Xml\Core\QueryOutputWriter.cs (1)
238this.wrapped.WriteWhitespace(ws);
System\Xml\Core\XmlAutoDetectWriter.cs (1)
127this.wrapped.WriteWhitespace(ws);