3 references to GetMemberType
System.Linq.Expressions (3)
System\Linq\Expressions\Compiler\LambdaCompiler.Address.cs (1)
160LocalBuilder temp = GetLocal(GetMemberType(member));
System\Linq\Expressions\Compiler\LambdaCompiler.Expressions.cs (2)
973Type type = GetMemberType(binding.Member); 991Type type = GetMemberType(binding.Member);