2 overrides of CoreLoadFunctionPointer
Microsoft.ML.TestFrameworkCommon (2)
Utility\LibraryLoader.cs (2)
190protected override IntPtr CoreLoadFunctionPointer(IntPtr handle, string functionName) 208protected override IntPtr CoreLoadFunctionPointer(IntPtr handle, string functionName)
1 reference to CoreLoadFunctionPointer
Microsoft.ML.TestFrameworkCommon (1)
Utility\LibraryLoader.cs (1)
126return CoreLoadFunctionPointer(handle, functionName);