10 overrides of WriteWhitespace
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (1)
221
public override void
WriteWhitespace
(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlRawWriter.cs (1)
166
public override void
WriteWhitespace
(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
803
public override void
WriteWhitespace
(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1048
public override void
WriteWhitespace
(string ws)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingWriter.cs (1)
144
public override void
WriteWhitespace
(string ws)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableWriter.cs (1)
85
public override void
WriteWhitespace
(string ws) { _xmlWriter.WriteWhitespace(ws); }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
925
public override void
WriteWhitespace
(string whitespace)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
303
public override void
WriteWhitespace
(string ws)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
763
public override void
WriteWhitespace
(string whitespace)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
149
public override void
WriteWhitespace
(string ws)
15 references to WriteWhitespace
dotnet-svcutil-lib (15)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (1)
226
_wrapped.
WriteWhitespace
(ws);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs (1)
261
writer.
WriteWhitespace
(ws);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
160
writer.
WriteWhitespace
(page[idxEvent].String1);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (1)
1280
xtw.
WriteWhitespace
(this.Value);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (1)
253
xtw.
WriteWhitespace
(await this.GetValueAsync().ConfigureAwait(false));
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
1068
_writer.
WriteWhitespace
(ws);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriterHelpers.cs (1)
366
writer.
WriteWhitespace
((string)item.data);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingWriter.cs (1)
146
writer.
WriteWhitespace
(ws);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (2)
443
WriteWhitespace
(reader.Value);
524
WriteWhitespace
(navigator.Value);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlWhitespace.cs (1)
98
w.
WriteWhitespace
(Data);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableWriter.cs (1)
85
public override void WriteWhitespace(string ws) { _xmlWriter.
WriteWhitespace
(ws); }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
306
CoreWriter.
WriteWhitespace
(ws);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
765
_writer.
WriteWhitespace
(whitespace);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
151
this.Writer.
WriteWhitespace
(ws);