8 references to GetXPathType
dotnet-svcutil-lib (8)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\IDQuery.cs (1)
24
switch (
GetXPathType
(argVal))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\LogicalExpr.cs (2)
49
int type1 = (int)
GetXPathType
(val1);
50
int type2 = (int)
GetXPathType
(val2);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumberFunctions.cs (1)
69
switch (
GetXPathType
(argVal))
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\OperandQuery.cs (1)
27
public override XPathResultType StaticType { get { return
GetXPathType
(val); } }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (2)
82
switch (
GetXPathType
(argVal))
94
Debug.Assert(
GetXPathType
(argVal) == XPathResultType.Number);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\VariableQuery.cs (1)
59
return
GetXPathType
(Evaluate(null));