25 references to DelegateBindingFlags
System.Private.CoreLib (25)
src\System\Delegate.CoreCLR.cs (21)
49
DelegateBindingFlags
.InstanceMethodOnly |
50
DelegateBindingFlags
.ClosedDelegateOnly))
75
DelegateBindingFlags
.StaticMethodOnly |
76
DelegateBindingFlags
.OpenDelegateOnly |
77
DelegateBindingFlags
.CaselessMatching);
245
DelegateBindingFlags
.InstanceMethodOnly |
246
DelegateBindingFlags
.ClosedDelegateOnly |
247
DelegateBindingFlags
.NeverCloseOverNull |
248
(ignoreCase ?
DelegateBindingFlags
.CaselessMatching : 0)))
282
DelegateBindingFlags
.StaticMethodOnly |
283
DelegateBindingFlags
.OpenDelegateOnly |
284
(ignoreCase ?
DelegateBindingFlags
.CaselessMatching : 0)))
322
DelegateBindingFlags
.OpenDelegateOnly |
DelegateBindingFlags
.RelaxedSignature);
354
DelegateBindingFlags
.RelaxedSignature);
390
DelegateBindingFlags
.RelaxedSignature))
395
internal static Delegate? CreateDelegateInternal(RuntimeType rtType, RuntimeMethodInfo rtMethod, object? firstArgument,
DelegateBindingFlags
flags)
411
private bool BindToMethodName(object? target, [DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.AllMethods)] RuntimeType methodType, string method,
DelegateBindingFlags
flags)
420
private static partial bool BindToMethodName(ObjectHandleOnStack d, ObjectHandleOnStack target, QCallTypeHandle methodType, string method,
DelegateBindingFlags
flags);
422
private bool BindToMethodInfo(object? target, IRuntimeMethodInfo method, RuntimeType methodType,
DelegateBindingFlags
flags)
433
private static partial bool BindToMethodInfo(ObjectHandleOnStack d, ObjectHandleOnStack target, RuntimeMethodHandleInternal method, QCallTypeHandle methodType,
DelegateBindingFlags
flags);
src\System\Reflection\RuntimeMethodInfo.CoreCLR.cs (4)
363
DelegateBindingFlags
.OpenDelegateOnly |
DelegateBindingFlags
.RelaxedSignature);
376
DelegateBindingFlags
.RelaxedSignature);
379
private Delegate CreateDelegateInternal(Type delegateType, object? firstArgument,
DelegateBindingFlags
bindingFlags)