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