1 instantiation of LightweightEntityWrapper
System.Data.Entity (1)
System\Data\Objects\Internal\EntityWrapperFactory.cs (1)
112
return (entity) => new
LightweightEntityWrapper
<TEntity>((TEntity)entity);
1 reference to LightweightEntityWrapper
System.Data.Entity (1)
System\Data\Common\Internal\Materialization\Translator.cs (1)
767
Type genericType = typeof(
LightweightEntityWrapper
<>).MakeGenericType(actualType);