5 instantiations of XComment
System.Xml.Linq (5)
System\Xml\Linq\XLinq.cs (5)
1840
return new
XComment
(reader);
3064
c.AddNodeSkipNotify(new
XComment
(r.Value));
3163
n = new
XComment
(r.Value);
6115
return new
XComment
(this);
7919
AddNode(new
XComment
(text));
15 references to XComment
System.Xml.Linq (15)
System\Xml\Linq\XLinq.cs (14)
1450
/// <see cref="
XComment
"/>,
1927
/// <see cref="
XComment
"/> nodes are equal if they contain the same comment text.
2103
/// <see cref="
XComment
"/> nodes are equal if they contain the same comment text.
2141
/// <see cref="
XComment
"/> nodes are equal if they contain the same comment text.
3433
/// <item><see cref="
XComment
"/></item>
5401
/// <item>Zero or more <see cref="
XComment
"/> objects.</item>
6042
/// Initializes a new instance of the <see cref="
XComment
"/> class.
6045
/// Initializes a new instance of the <see cref="
XComment
"/> class with the
6063
public XComment(
XComment
other) {
6104
/// Write this <see cref="
XComment
"/> to the passed in <see cref="XmlWriter"/>.
6107
/// The <see cref="XmlWriter"/> to write this <see cref="
XComment
"/> to.
6119
XComment
other = node as
XComment
;
8354
return ((
XComment
)o).Value;
System\Xml\Linq\XNodeNavigator.cs (1)
254
return ((
XComment
)o).Value;