2 references to LoadFromPath
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\NativeLibrary.cs (2)
44
return
LoadFromPath
(libraryPath, throwOnError: true);
58
handle =
LoadFromPath
(libraryPath, throwOnError: false);