Method |
Description |
|
ArgumentShouldBeBoxed ( Type first, Type second ) : bool |
|
|
BuildAnonymousMethodInvocation ( Identifier identifier ) : void |
|
|
BuildFieldInvocation ( MemberReference memberReference ) : void |
|
|
BuildGetHandleInvocation ( MemberReference memberReference ) : void |
|
|
BuildInvocation ( ) : void |
|
|
BuildMethodInvocation ( MemberReference memberReference ) : void |
|
|
BuildPropertyInvocation ( MemberReference memberReference ) : void |
|
|
GetArguments ( MemberInfo memberInfo ) : List |
|
|
IsInitializeArray ( MethodInfo methodInfo ) : bool |
|
|
ReduceToFieldInvocation ( ) : Expression |
|
|
ReduceToMethodInvocation ( ) : Expression |
|
|
ReduceToPropertyInvocation ( ) : Expression |
|
|
TryCastArgument ( Type parameterType, Expression argument ) : Expression |
|
|
TypesAreEqual ( Type first, Type second ) : bool |
|
|