2 references to ResolveUnmanagedDllToPath
MSBuild (1)
MSBuildLoadContext.cs (1)
111string? libraryPath = _resolver?.ResolveUnmanagedDllToPath(unmanagedDllName);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\IsolatedComponentLoadContext.cs (1)
45string? libraryPath = _resolver.ResolveUnmanagedDllToPath(unmanagedDllName);