16 overrides of WriteComment
dotnet-svcutil-lib (16)
FrameworkFork\Microsoft.Xml\Xml\Cache\XPathDocumentBuilder.cs (1)
330
public override void
WriteComment
(string text)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
253
public override void
WriteComment
(string text)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (1)
209
public override void
WriteComment
(string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
119
public override void
WriteComment
(string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEncodedRawTextWriter.cs (1)
509
public override void
WriteComment
(string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
350
public override void
WriteComment
(string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlTextWriter.cs (1)
725
public override void
WriteComment
(string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlUtf8RawTextWriter.cs (1)
444
public override void
WriteComment
(string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
899
public override void
WriteComment
(string text)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingWriter.cs (1)
124
public override void
WriteComment
(string text)
FrameworkFork\Microsoft.Xml\Xml\Dom\DocumentXmlWriter.cs (1)
289
public override void
WriteComment
(string text)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableWriter.cs (1)
81
public override void
WriteComment
(string text) { _xmlWriter.WriteComment(text); }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
405
public override void
WriteComment
(string text)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
132
public override void
WriteComment
(string text)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
651
public override void
WriteComment
(string text)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
64
public override void
WriteComment
(string text)
18 references to WriteComment
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriter.cs (1)
256
_wrapped.
WriteComment
(text);
FrameworkFork\Microsoft.Xml\Xml\Core\QueryOutputWriterV1.cs (1)
212
_wrapped.
WriteComment
(text);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlAutoDetectWriter.cs (1)
124
_wrapped.
WriteComment
(text);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingWriter.cs (1)
209
writer.
WriteComment
(text);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlEventCache.cs (1)
152
writer.
WriteComment
(page[idxEvent].String1);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (1)
1296
xtw.
WriteComment
(this.Value);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (1)
269
xtw.
WriteComment
(this.Value);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWellformedWriter.cs (1)
908
_writer.
WriteComment
(text);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWrappingWriter.cs (1)
126
writer.
WriteComment
(text);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (2)
461
WriteComment
(reader.Value);
530
WriteComment
(navigator.Value);
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlComment.cs (1)
47
w.
WriteComment
(Data);
FrameworkFork\Microsoft.Xml\Xml\XPath\XPathNavigator.cs (1)
2197
writer.
WriteComment
(reader.Value);
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\XmlSerializableWriter.cs (1)
81
public override void WriteComment(string text) { _xmlWriter.
WriteComment
(text); }
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
135
CoreWriter.
WriteComment
(text);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (2)
390
WriteComment
(reader.Value);
653
_writer.
WriteComment
(text);
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
66
this.Writer.
WriteComment
(text);