1 write to _createObject
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (1)
133
_createObject
= LightweightCodeGenerator.CreateConstructor(proxyType) as Func<object>;
1 reference to _createObject
System.Data.Entity (1)
System\Data\Objects\Internal\EntityProxyTypeInfo.cs (1)
138
return
_createObject
();