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