3 writes to content
System.Xml.Linq (3)
System\Xml\Linq\XLinq.cs (3)
7212
this.
content
= content is List<object>? new object[] { content } : content;
7221
this.
content
= content;
7247
this.
content
= list;
5 references to content
System.Xml.Linq (5)
System\Xml\Linq\XLinq.cs (5)
3529
AddContentSkipNotify(other.
content
);
7243
List<object> list = this.
content
as List<object>;
7246
if (this.
content
!= null) list.Add(this.
content
);
7493
Write(e.
content
);