2 references to LoadLibrary
System.Web (2)
HttpRuntime.cs (1)
152if (UnsafeNativeMethods.LoadLibrary(fullPath) != IntPtr.Zero) {
Util\SmtpMail.cs (1)
281IntPtr cdoSysModule = UnsafeNativeMethods.LoadLibrary(fullDllPath);