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