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