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