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)
359public override void WriteWhitespace(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
265public override void WriteWhitespace(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
135public override void WriteWhitespace(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
597public override unsafe void WriteWhitespace(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
360public override void WriteWhitespace(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
524public override unsafe void WriteWhitespace(string ws)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
318public 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);