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