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