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