Method | Description | |
---|---|---|
Normalize ( |
Normalizes C# and VB expression trees.
|
Method | Description | |
---|---|---|
VisitBinary ( |
Visits a BinaryExpression.
|
|
VisitUnary ( |
Visits a UnaryExpression.
|
Method | Description | |
---|---|---|
EnsureConstantIsOnRight ( |
||
ExpressionNormalizer ( |
Initializes a new instance of the ExpressionNormalizer class.
|
|
VisitVBCompilerServicesOperators ( |
||
VisitVBCompilerServicesOperatorsCompareString ( |
public static Normalize ( |
||
node | The expression to normalize. | |
return |
protected VisitBinary ( |
||
node | The BinaryExpression. | |
return |
protected VisitUnary ( |
||
node | The UnaryExpression. | |
return |