3 writes to _child
System.Private.Xml (3)
System\Xml\Xsl\QIL\QilUnary.cs (3)
30_child = child; 46set { if (index != 0) throw new IndexOutOfRangeException(); _child = value; } 57set { _child = value; }
2 references to _child
System.Private.Xml (2)
System\Xml\Xsl\QIL\QilUnary.cs (2)
45get { if (index != 0) throw new IndexOutOfRangeException(); return _child; } 56get { return _child; }