3 writes to content
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\XslAst.cs (3)
110
this.
content
= content;
116
content
= new List<XslNode>();
123
content
= new List<XslNode>(collection);
5 references to content
System.Data.SqlXml (5)
System\Xml\Xsl\Xslt\XslAst.cs (5)
106
get { return
content
?? EmptyList; }
115
if (
content
== null) {
118
content
.Add(node);
122
if (
content
== null) {
125
content
.InsertRange(0, collection);