5 instantiations of XCData
System.Xml.Linq (5)
System\Xml\Linq\XLinq.cs (5)
1838
return new
XCData
(reader);
2305
return new
XCData
(this);
3061
c.AddNodeSkipNotify(new
XCData
(r.Value));
3160
n = new
XCData
(r.Value);
7907
AddNode(new
XCData
(text));
7 references to XCData
System.Xml.Linq (7)
System\Xml\Linq\XLinq.cs (7)
2277
public XCData(
XCData
other) : base(other) { }
2294
/// Write this <see cref="
XCData
"/> to the given <see cref="XmlWriter"/>.
2297
/// The <see cref="XmlWriter"/> to write this <see cref="
XCData
"/> to.
2799
if (tn != null && !(tn is
XCData
)) {
2819
if (tn != null && !(tn is
XCData
)) {
3314
if (previous is XText && !(previous is
XCData
)) {
3369
if (previous is XText && !(previous is
XCData
)) {