2 references to CreateDynamicMethod
System.Configuration (2)
System\Configuration\TypeUtil.cs (2)
131
DynamicMethod dm =
CreateDynamicMethod
(callingType, returnType: typeof(object), parameterTypes: new Type[] { typeof(Type) });
160
DynamicMethod dm =
CreateDynamicMethod
(callingType, returnType: typeof(Delegate), parameterTypes: new Type[] { typeof(Type), typeof(MethodInfo) });