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