8 references to GetXPathType
System.Private.Xml (8)
System\Xml\XPath\Internal\IdQuery.cs (1)
21switch (GetXPathType(argVal))
System\Xml\XPath\Internal\LogicalExpr.cs (2)
46int type1 = (int)GetXPathType(val1); 47int type2 = (int)GetXPathType(val2);
System\Xml\XPath\Internal\NumberFunctions.cs (1)
62switch (GetXPathType(argVal))
System\Xml\XPath\Internal\OperandQuery.cs (1)
24public override XPathResultType StaticType { get { return GetXPathType(val); } }
System\Xml\XPath\Internal\StringFunctions.cs (2)
79switch (GetXPathType(argVal)) 91Debug.Assert(GetXPathType(argVal) == XPathResultType.Number);
System\Xml\XPath\Internal\VariableQuery.cs (1)
62return GetXPathType(Evaluate(null!));