3 writes to child
System.Data.SqlXml (3)
System\Xml\Xsl\QIL\QilUnary.cs (3)
31
this.
child
= child;
45
set { if (index != 0) throw new IndexOutOfRangeException(); this.
child
= value; }
55
set { this.
child
= value; }
2 references to child
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilUnary.cs (2)
44
get { if (index != 0) throw new IndexOutOfRangeException(); return this.
child
; }
54
get { return this.
child
; }