3 writes to type
System.Xml (3)
System\Xml\XPath\Internal\Operand.cs (3)
20
this.
type
= XPathResultType.String;
25
this.
type
= XPathResultType.Number;
30
this.
type
= XPathResultType.Boolean;
1 reference to type
System.Xml (1)
System\Xml\XPath\Internal\Operand.cs (1)
35
public override XPathResultType ReturnType { get { return
type
; } }