4 references to EnumerateInvocationList
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\AppContext.cs (1)
93
foreach (UnhandledExceptionEventHandler handler in Delegate.
EnumerateInvocationList
(handlers))
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (3)
619
foreach (Func<AssemblyLoadContext, AssemblyName, Assembly> handler in Delegate.
EnumerateInvocationList
(_resolving))
720
foreach (ResolveEventHandler handler in Delegate.
EnumerateInvocationList
(eventHandler))
795
foreach (Func<Assembly, string, IntPtr> handler in Delegate.
EnumerateInvocationList
(_resolvingUnmanagedDll))