Base:
method
WriteComment
System.Xml.XmlWriter.WriteComment(System.String)
2 overrides of WriteComment
System.Xml (2)
System\Xml\Core\TextUtf8RawTextWriter.cs (1)
107
public override void
WriteComment
( string text ) {
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1649
public override void
WriteComment
( string text ) {
1 reference to WriteComment
System.Xml (1)
System\Xml\Core\XmlUtf8RawTextWriter.cs (1)
1654
base.
WriteComment
( text );