3 references to NativeMethods
System (3)
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (3)
349bool res = ZLibNative.NativeMethods.FreeLibrary(handle); 438SafeLibraryHandle libHndl = ZLibNative.NativeMethods.LoadLibrary(zlibDllPath); 456IntPtr entryPoint = ZLibNative.NativeMethods.GetProcAddress(ZLibStreamHandle.zlibLibraryHandle, entryPointName);