6 references to
System.Private.Xml (6)
System\Xml\XPath\Internal\BooleanExpr.cs (1)
33
private BooleanExpr(BooleanExpr other) :
base
(other)
System\Xml\XPath\Internal\BooleanFunctions.cs (1)
23
private BooleanFunctions(BooleanFunctions other) :
base
(other)
System\Xml\XPath\Internal\LogicalExpr.cs (1)
28
private LogicalExpr(LogicalExpr other) :
base
(other)
System\Xml\XPath\Internal\NumberFunctions.cs (1)
23
private NumberFunctions(NumberFunctions other) :
base
(other)
System\Xml\XPath\Internal\NumericExpr.cs (1)
37
private NumericExpr(NumericExpr other) :
base
(other)
System\Xml\XPath\Internal\StringFunctions.cs (1)
26
private StringFunctions(StringFunctions other) :
base
(other)