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)
26public override XPathResultType ReturnType { get { return _type; } }