| Name | Description |
 | Finalize | (Inherited from object) |
 | MemberwiseClone | (Inherited from object) |
 | ShowBinding | Logs debugging information for the binding. |
 | ShowExpression | Logs debugging information for the expression. |
 | VisitBinary | Visit the BinaryExpression - the base implementation simply returns the expression passed. |
 | VisitBinding | Visit the MemberBinding. |
 | VisitBindingAssignment | Visit the MemberAssignment - the base implementation simply returns the binding passed. |
 | VisitBindingCore | Core implementation to visit the binding. |
 | VisitBindingListBinding | Visit the MemberListBinding - the base implementation simply returns the binding passed. |
 | VisitBindingMemberBinding | Visit the MemberMemberBinding - the base implementation simply returns the binding passed. |
 | VisitBindings | Visit all bindings in the specified list. |
 | VisitCall | Visit the MethodCallExpression - the base implementation simply returns the expression passed. |
 | VisitConditional | Visit the ConditionalExpression - the base implementation simply returns the expression passed. |
 | VisitConstant | Visit the ConstantExpression - the base implementation simply returns the expression passed. |
 | VisitExpression | Visit the Expression. |
 | VisitExpressionCore | Core implementation to visit the expression. |
 | VisitExpressions | Overloaded. Visit all expressions in the specified list. |
 | VisitInitializer | Visit the ElementInit - the base implementation simply returns the initializer passed. |
 | VisitInitializers | Visit all initializers in the specified list. |
 | VisitLambda | Visit the LambdaExpression - the base implementation simply returns the expression passed. |
 | VisitListInit | Visit the ListInitExpression - the base implementation simply returns the expression passed. |
 | VisitMemberAccess | Visit the MemberExpression - the base implementation simply returns the expression passed. |
 | VisitMemberInit | Visit the MemberInitExpression - the base implementation simply returns the expression passed. |
 | VisitNew | Visit the NewExpression - the base implementation simply returns the expression passed. |
 | VisitNewArray | Visit the NewArrayExpression - the base implementation simply returns the expression passed. |
 | VisitParameter | Visit the ParameterExpression - the base implementation simply returns the expression passed. |
 | VisitTypeIs | Visit the TypeBinaryExpression - the base implementation simply returns the expression passed. |
 | VisitUnary | Visit the UnaryExpression - the base implementation simply returns the expression passed. |