4 references to GetEquivalentType
System.Linq.Queryable (4)
System\Linq\EnumerableRewriter.cs (4)
392return Expression.Condition(test, ifTrue, ifFalse, GetEquivalentType(type)); 404return Expression.Block(GetEquivalentType(type), variables, nodes); 414return Expression.MakeGoto(node.Kind, target, value, GetEquivalentType(typeof(EnumerableQuery).IsAssignableFrom(type) ? value.Type : type)); 433newTarget = Expression.Label(GetEquivalentType(type), node.Name);