22 overrides of WriteComment
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3202
public override void
WriteComment
(string? text)
System.Private.DataContractSerialization (5)
System\Runtime\Serialization\Json\XmlJsonWriter.cs (1)
413
public override void
WriteComment
(string? text)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
81
public override void
WriteComment
(string? text) { _xmlWriter.WriteComment(text); }
System\Xml\XmlBaseWriter.cs (1)
428
public override void
WriteComment
(string? text)
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
175
public override void
WriteComment
(string? text)
System\Xml\XmlDictionaryWriter.cs (1)
685
public override void
WriteComment
(string? text)
System.Private.Xml (15)
System\Xml\Cache\XPathDocumentBuilder.cs (1)
339
public override void
WriteComment
(string? text)
System\Xml\Core\QueryOutputWriter.cs (1)
254
public override void
WriteComment
(string? text)
System\Xml\Core\QueryOutputWriterV1.cs (1)
213
public override void
WriteComment
(string? text)
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
119
public override void
WriteComment
(string? text)
System\Xml\Core\XmlAutoDetectWriter.cs (1)
118
public override void
WriteComment
(string? text)
System\Xml\Core\XmlEncodedRawTextWriter.cs (1)
503
public override void
WriteComment
(string? text)
System\Xml\Core\XmlEventCache.cs (1)
343
public override void
WriteComment
(string? text)
System\Xml\Core\XmlTextWriter.cs (1)
758
public override void
WriteComment
(string? text)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
431
public override void
WriteComment
(string? text)
System\Xml\Core\XmlWellFormedWriter.cs (1)
869
public override void
WriteComment
(string? text)
System\Xml\Core\XmlWrappingWriter.cs (1)
86
public override void
WriteComment
(string? text)
System\Xml\Dom\DocumentXmlWriter.cs (1)
288
public override void
WriteComment
(string? text)
System\Xml\Xsl\Runtime\XmlAttributeCache.cs (1)
182
public override void
WriteComment
(string? text)
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
266
public override void
WriteComment
(string? text)
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
59
public override void
WriteComment
(string? text)
System.Private.Xml.Linq (1)
System\Xml\Linq\XNodeBuilder.cs (1)
79
public override void
WriteComment
(string? text)
34 references to WriteComment
Microsoft.Maui.Resizetizer (3)
GenerateSplashAndroidResources.cs (3)
94
writer.
WriteComment
(Comment);
118
writer.
WriteComment
(Comment);
144
writer.
WriteComment
(Comment);
ReachFramework (7)
Serialization\VisualSerializer.cs (7)
113
_writer.
WriteComment
("XPSLimit:FloatRange");
119
_writer.
WriteComment
("XPSLimit:PointCount");
404
_writer.
WriteComment
("XPSLimit:GradientStopCount");
2196
_writer.
WriteComment
("XPSLimit:GlyphCount");
2227
_writer.
WriteComment
("XPSLimit:ResourceCount");
2232
_writer.
WriteComment
("XPSLimit:ElementCount");
2239
_writer.
WriteComment
(str);
System.Data.Common (1)
System\Data\xmlsaver.cs (1)
3204
_xmltextWriter.
WriteComment
(text);
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\XmlSerializableWriter.cs (1)
81
public override void WriteComment(string? text) { _xmlWriter.
WriteComment
(text); }
System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
178
CoreWriter.
WriteComment
(text);
System\Xml\XmlDictionaryWriter.cs (2)
423
WriteComment
(reader.Value);
687
_writer.
WriteComment
(text);
System.Private.Xml (18)
System\Xml\Core\QueryOutputWriter.cs (1)
257
_wrapped.
WriteComment
(text);
System\Xml\Core\QueryOutputWriterV1.cs (1)
216
_wrapped.
WriteComment
(text);
System\Xml\Core\XmlAsyncCheckWriter.cs (1)
122
_coreWriter.
WriteComment
(text);
System\Xml\Core\XmlAutoDetectWriter.cs (1)
123
_wrapped.
WriteComment
(text);
System\Xml\Core\XmlCharCheckingWriter.cs (1)
182
writer.
WriteComment
(text);
System\Xml\Core\XmlEventCache.cs (1)
149
writer.
WriteComment
(page[idxEvent].String1);
System\Xml\Core\XmlWellFormedWriter.cs (1)
875
_writer.
WriteComment
(text);
System\Xml\Core\XmlWrappingWriter.cs (1)
88
writer.
WriteComment
(text);
System\Xml\Core\XmlWriter.cs (2)
412
WriteComment
(reader.Value);
479
WriteComment
(navigator.Value);
System\Xml\Dom\XmlComment.cs (1)
44
w.
WriteComment
(Data);
System\Xml\XPath\XPathNavigator.cs (1)
2097
writer.
WriteComment
(reader.Value);
System\Xml\Xsl\QIL\QilXmlWriter.cs (1)
118
this.writer.
WriteComment
(!string.IsNullOrEmpty(name) ? $"{name}: {s}" : s);
System\Xml\Xsl\Runtime\XmlQueryOutput.cs (1)
812
Writer!.
WriteComment
(_nodeText.GetResult());
System\Xml\Xsl\Runtime\XmlRawWriterWrapper.cs (1)
61
_wrapped.
WriteComment
(text);
System\Xml\Xsl\Runtime\XmlSequenceWriter.cs (1)
307
_xwrt.
WriteComment
(nav.Value);
System\Xml\Xsl\XsltOld\NavigatorOutput.cs (1)
75
_wr.
WriteComment
(mainNode.Value);
System\Xml\Xsl\XsltOld\WriterOutput.cs (1)
56
_writer.
WriteComment
(mainNode.Value);
System.Private.Xml.Linq (1)
System\Xml\Linq\XComment.cs (1)
98
writer.
WriteComment
(value);