Base:
method
WriteWhitespace
Microsoft.Xml.XmlWriter.WriteWhitespace(System.String)
7 overrides of WriteWhitespace
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
359
public override void
WriteWhitespace
(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
265
public override void
WriteWhitespace
(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
135
public override void
WriteWhitespace
(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
597
public override unsafe void
WriteWhitespace
(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
360
public override void
WriteWhitespace
(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
524
public override unsafe void
WriteWhitespace
(string ws)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
318
public override void
WriteWhitespace
(string text)
2 references to WriteWhitespace
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
270
_wrapped.
WriteWhitespace
(ws);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
140
_wrapped.
WriteWhitespace
(ws);