1 write to val
System.Xml (1)
System\Xml\XPath\Internal\OperandQuery.cs (1)
20this.val = val;
4 references to val
System.Xml (4)
System\Xml\XPath\Internal\FilterQuery.cs (1)
82double val = (double)operand.val;
System\Xml\XPath\Internal\OperandQuery.cs (3)
24return val; 26public override XPathResultType StaticType { get { return GetXPathType(val); } } 31w.WriteAttributeString("value", Convert.ToString(val, CultureInfo.InvariantCulture));