2 references to _platformDefaultLoader
Microsoft.ML.TestFrameworkCommon (2)
Utility\NativeLibrary.cs (2)
74
public NativeLibrary(string name) : this(name,
_platformDefaultLoader
, PathResolver.Default)
82
public NativeLibrary(string[] names) : this(names,
_platformDefaultLoader
, PathResolver.Default)