4 references to AssemblyLoad
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (2)
247add { AssemblyLoadContext.AssemblyLoad += value; } 248remove { AssemblyLoadContext.AssemblyLoad -= value; }
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (2)
685AssemblyLoad?.Invoke(AppDomain.CurrentDomain, new AssemblyLoadEventArgs(assembly)); 708AssemblyLoad?.Invoke(AppDomain.CurrentDomain, new AssemblyLoadEventArgs(assembly));