3 writes to val
System.Xml (3)
System\Xml\XPath\Internal\Operand.cs (3)
21this.val = val; 26this.val = val; 31this.val = val;
1 reference to val
System.Xml (1)
System\Xml\XPath\Internal\Operand.cs (1)
37public object OperandValue { get { return val; } }