1 write to val
System.Private.Xml (1)
System\Xml\XPath\Internal\OperandQuery.cs (1)
17this.val = val;
3 references to val
System.Private.Xml (3)
System\Xml\XPath\Internal\FilterQuery.cs (1)
93double val = (double)operand.val;
System\Xml\XPath\Internal\OperandQuery.cs (2)
22return val; 24public override XPathResultType StaticType { get { return GetXPathType(val); } }