4 references to ResolveAssemblyToPath
MSBuild (1)
MSBuildLoadContext.cs (1)
58string? assemblyPath = _resolver?.ResolveAssemblyToPath(assemblyName);
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\ComponentActivator.cs (1)
156string? assemblyPath = resolver.ResolveAssemblyToPath(assemblyName);
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\IsolatedComponentLoadContext.cs (1)
34string? assemblyPath = _resolver.ResolveAssemblyToPath(assemblyName);
TestDiscoveryWorker (1)
Program.cs (1)
56var assemblyPath = resolver.ResolveAssemblyToPath(assemblyName);