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