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