3 references to _resolvingUnmanagedDll
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Runtime\Loader\AssemblyLoadContext.cs (3)
196
_resolvingUnmanagedDll
+= value;
200
_resolvingUnmanagedDll
-= value;
795
foreach (Func<Assembly, string, IntPtr> handler in Delegate.EnumerateInvocationList(
_resolvingUnmanagedDll
))