6 references to AcceptWithMappedType
System.Data.Entity (6)
System\Data\Common\Internal\Materialization\Translator.cs (6)
1429Expression discriminatorReader = AcceptWithMappedType(this, columnMap.TypeDiscriminator, columnMap).Expression; 1507Expression typeReader = Emit_EnsureType(AcceptWithMappedType(this, typeChoice.Value, columnMap).UnwrappedExpression, typeof(TElement)); 1697Expression columnReader = AcceptWithMappedType(this, columnMap.Properties[i], columnMap).UnwrappedExpression; 1736TranslatorResult propertyTranslatorResult = AcceptWithMappedType(this, columnMap.Properties[i], columnMap); 1846Expression keyReader = AcceptWithMappedType(this, columnMap.Keys[i], columnMap).Expression; 1860discriminatorReader = AcceptWithMappedType(this, discriminatorColumnMap, columnMap).Expression;