6 references to FuncBoolean
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanExpr.cs (2)
26
opnd1 = new BooleanFunctions(Function.FunctionType.
FuncBoolean
, opnd1);
30
opnd2 = new BooleanFunctions(Function.FunctionType.
FuncBoolean
, opnd2);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs (1)
43
case FT.
FuncBoolean
: return toBoolean(nodeIterator);
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (1)
420
case FT.
FuncBoolean
:
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\XPathParser.cs (2)
590
arg = new Function(Function.FunctionType.
FuncBoolean
, arg);
845
table.Add("boolean", new ParamInfo(Function.FunctionType.
FuncBoolean
, 1, 1, s_temparray3));