2 writes to _type
System.Private.Xml (2)
System\Xml\XPath\Internal\Operand.cs (2)
15
_type
= XPathResultType.String;
21
_type
= XPathResultType.Number;
1 reference to _type
System.Private.Xml (1)
System\Xml\XPath\Internal\Operand.cs (1)
26
public override XPathResultType ReturnType { get { return
_type
; } }