3 references to FuncTrue
System.Xml (3)
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
40
case FT.
FuncTrue
: return true;
System\Xml\XPath\Internal\QueryBuilder.cs (1)
354
case FT.
FuncTrue
:
System\Xml\XPath\Internal\XPathParser.cs (1)
731
table.Add("true" , new ParamInfo(Function.FunctionType.
FuncTrue
, 0, 0 ,temparray8));