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