5 instantiations of XCData
System.Xml.Linq (5)
System\Xml\Linq\XLinq.cs (5)
1838return new XCData(reader); 2305return new XCData(this); 3061c.AddNodeSkipNotify(new XCData(r.Value)); 3160n = new XCData(r.Value); 7907AddNode(new XCData(text));
7 references to XCData
System.Xml.Linq (7)
System\Xml\Linq\XLinq.cs (7)
2277public 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. 2799if (tn != null && !(tn is XCData)) { 2819if (tn != null && !(tn is XCData)) { 3314if (previous is XText && !(previous is XCData)) { 3369if (previous is XText && !(previous is XCData)) {