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