5 references to LoadUnmanagedDllFromPath
Microsoft.CodeAnalysis (1)
DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (1)
224
return
LoadUnmanagedDllFromPath
(assemblyPath);
Microsoft.CodeAnalysis.Workspaces (1)
src\Compilers\Core\Portable\DiagnosticAnalyzer\AnalyzerAssemblyLoader.Core.cs (1)
224
return
LoadUnmanagedDllFromPath
(assemblyPath);
MSBuild (1)
MSBuildLoadContext.cs (1)
114
return
LoadUnmanagedDllFromPath
(libraryPath);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\Internal\Runtime\InteropServices\IsolatedComponentLoadContext.cs (1)
48
return
LoadUnmanagedDllFromPath
(libraryPath);
xunit.console (1)
common\AssemblyResolution\AssemblyHelper.cs (1)
77
result = assemblyCache.LoadUnmanagedLibrary(unmanagedDllName, path =>
LoadUnmanagedDllFromPath
(path));