12 references to Expression
System.Data.Entity (12)
System\Data\Common\Internal\Materialization\Translator.cs (11)
906
Expression keyReader = entityIdentity.Keys[i].Accept(translator, new TranslatorArg(typeof(object))).
Expression
;
932
Expression discriminator = discriminatedEntityIdentity.EntitySetColumnMap.Accept(translator, new TranslatorArg(typeof(int?))).
Expression
;
1375
Expression valueReader = columnMap.Properties[i].Accept(this, new TranslatorArg(propertyType)).
Expression
;
1429
Expression discriminatorReader = AcceptWithMappedType(this, columnMap.TypeDiscriminator, columnMap).
Expression
;
1469
typeChoice.Value.Accept(this, arg).
Expression
,
1497
discriminatorReaders[i] = columnMap.TypeDiscriminators[i].Accept(this, new TranslatorArg(typeof(object))).
Expression
;
1615
Expression propertyReader = columnMap.Properties[ordinal].Accept(this, new TranslatorArg(typeof(Object))).
Expression
;
1729
Expression result = columnMap.Properties[0].Accept(this, arg).
Expression
;
1737
Expression spannedResultReader = propertyTranslatorResult.
Expression
;
1846
Expression keyReader = AcceptWithMappedType(this, columnMap.Keys[i], columnMap).
Expression
;
1860
discriminatorReader = AcceptWithMappedType(this, discriminatorColumnMap, columnMap).
Expression
;
System\Data\Objects\ELinq\InitializerFacet.cs (1)
478
Expression owner = propertyTranslatorResults[0].
Expression
;