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