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