5 instantiations of BooleanFunctions
dotnet-svcutil-lib (5)
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)
89public override XPathNodeIterator Clone() { return new BooleanFunctions(this); }
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\querybuilder.cs (2)
417return new BooleanFunctions(root.TypeOfFunction, null); 421return new BooleanFunctions(root.TypeOfFunction,
4 references to BooleanFunctions
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs (1)
25private BooleanFunctions(BooleanFunctions other) : base(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\LogicalExpr.cs (3)
272bool n2 = BooleanFunctions.toBoolean((double)val2); 286bool n2 = BooleanFunctions.toBoolean((string)val2); 292bool n1 = BooleanFunctions.toBoolean(Rtf(val1));