4 references to UnwrappedExpression
System.Data.Entity (4)
System\Data\Common\Internal\Materialization\Translator.cs (2)
1507Expression typeReader = Emit_EnsureType(AcceptWithMappedType(this, typeChoice.Value, columnMap).UnwrappedExpression, typeof(TElement)); 1697Expression columnReader = AcceptWithMappedType(this, columnMap.Properties[i], columnMap).UnwrappedExpression;
System\Data\Objects\ELinq\InitializerFacet.cs (2)
153List<Expression> propertyReaders = propertyTranslatorResults.Select(s => s.UnwrappedExpression).ToList(); 400Expression value = propertyReaders[i].UnwrappedExpression;