1 type derived from DynamicInvokeInfo
System.Private.Reflection.Execution (1)
Internal\Reflection\Execution\MethodInvokeInfo.cs (1)
9internal sealed class MethodInvokeInfo : DynamicInvokeInfo
1 instantiation of DynamicInvokeInfo
System.Private.CoreLib (1)
Internal\Reflection\Augments\ReflectionAugments.cs (1)
484info = new DynamicInvokeInfo(invokeMethod, invokeThunk);
6 references to DynamicInvokeInfo
System.Private.CoreLib (6)
Internal\Reflection\Augments\ReflectionAugments.cs (3)
471public static DynamicInvokeInfo GetDelegateDynamicInvokeInfo(Type type) 475DynamicInvokeInfo? info = runtimeType.GenericCache as DynamicInvokeInfo;
System\Delegate.cs (1)
248DynamicInvokeInfo dynamicInvokeInfo = ReflectionAugments.GetDelegateDynamicInvokeInfo(GetType());
System\Reflection\ConstructorInvoker.cs (1)
10using static System.Reflection.DynamicInvokeInfo;
System\Reflection\MethodInvoker.cs (1)
10using static System.Reflection.DynamicInvokeInfo;