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