Base:
method
WriteWhitespace
Microsoft.Xml.XmlRawWriter.WriteWhitespace(System.String)
2 overrides of WriteWhitespace
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\Core\TextUtf8RawTextWriter.cs (1)
115
public override void
WriteWhitespace
(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1846
public override void
WriteWhitespace
(string ws)
1 reference to WriteWhitespace
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1849
base.
WriteWhitespace
(ws);