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