6 references to
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanExpr.cs (1)
36private BooleanExpr(BooleanExpr other) : base(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\BooleanFunctions.cs (1)
25private BooleanFunctions(BooleanFunctions other) : base(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\LogicalExpr.cs (1)
31private LogicalExpr(LogicalExpr other) : base(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumberFunctions.cs (1)
26private NumberFunctions(NumberFunctions other) : base(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\NumericExpr.cs (1)
40private NumericExpr(NumericExpr other) : base(other)
FrameworkFork\Microsoft.Xml\Xml\XPath\Internal\StringFunctions.cs (1)
27private StringFunctions(StringFunctions other) : base(other)