2 instantiations of AssemblyDependencyResolver
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (1)
152var resolver = new AssemblyDependencyResolver(assemblyPath);
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\IsolatedComponentLoadContext.cs (1)
29_resolver = new AssemblyDependencyResolver(componentAssemblyPath);
4 references to AssemblyDependencyResolver
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (1)
152var resolver = new AssemblyDependencyResolver(assemblyPath);
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\IsolatedComponentLoadContext.cs (2)
14/// or IJW components loaded from native. It provides a load context that uses an <see cref="AssemblyDependencyResolver" /> to resolve the component's 25private readonly AssemblyDependencyResolver _resolver;
System.Runtime.Loader (1)
artifacts\obj\System.Runtime.Loader\Debug\net10.0\System.Runtime.Loader.Forwards.cs (1)
8[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Loader.AssemblyDependencyResolver))]