Class ExpressionAnalyzer
Denotes an analyzer to analyzer whether a lambda expression is stateless
Inheritance
ExpressionAnalyzer
Assembly: NMF.Expressions.dll
Syntax
public class ExpressionAnalyzer : ExpressionVisitorBase
Constructors
|
Edit this page
View Source
ExpressionAnalyzer()
Declaration
protected ExpressionAnalyzer()
Methods
|
Edit this page
View Source
IsStateless(LambdaExpression)
Determines whether the given lambda expression is stateless
Declaration
public static bool IsStateless(LambdaExpression lambdaExpression)
Parameters
Returns
Type |
Description |
bool |
True, if stateless, otherwise False
|
|
Edit this page
View Source
VisitMember(MemberExpression)
Declaration
protected override Expression VisitMember(MemberExpression node)
Parameters
Returns
Overrides
|
Edit this page
View Source
VisitMethodCall(MethodCallExpression)
Declaration
protected override Expression VisitMethodCall(MethodCallExpression node)
Parameters
Returns
Overrides
Extension Methods