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