System\Delegate.NativeAot.cs (7)
272DynamicInvokeInfo dynamicInvokeInfo = ReflectionAugments.GetDelegateDynamicInvokeInfo(GetType());
296return ReflectionAugments.GetDelegateMethod(this);
319MethodInfo mi = ReflectionAugments.GetDelegateMethod(this);
347ReflectionAugments.CreateDelegate(type, firstArgument, method, throwOnBindFailure);
350ReflectionAugments.CreateDelegate(type, method, throwOnBindFailure);
354ReflectionAugments.CreateDelegate(type, target, method, ignoreCase, throwOnBindFailure);
357ReflectionAugments.CreateDelegate(type, target, method, ignoreCase, throwOnBindFailure);