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