5 references to CreateDynamicMethod
System.Data.Entity (5)
System\Data\Metadata\Edm\LightweightCodeGenerator.cs (4)
129
DynamicMethod method =
CreateDynamicMethod
(mi.Name, typeof(void), new Type[] { typeof(object), typeof(object) });
171
DynamicMethod method =
CreateDynamicMethod
(ci.DeclaringType.Name, typeof(object), Type.EmptyTypes);
221
DynamicMethod method =
CreateDynamicMethod
(mi.Name, typeof(object), new Type[] { typeof(object) });
315
DynamicMethod method =
CreateDynamicMethod
(mi.Name, typeof(void), new Type[] { typeof(object), typeof(object) });
System\Data\Objects\Internal\EntityProxyFactory.cs (1)
1160
DynamicMethod initializeEntityCollections = LightweightCodeGenerator.
CreateDynamicMethod
(proxyType.Name + "_InitializeEntityCollections", typeof(IEntityWrapper), new Type[] { typeof(IEntityWrapper) });