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