3 references to GetModuleHandle
System.Web (3)
Compilation\CodeDirectoryCompiler.cs (1)
180IntPtr hModule = UnsafeNativeMethods.GetModuleHandle(results.PathToAssembly);
StringResourceManager.cs (1)
43IntPtr hModule = UnsafeNativeMethods.GetModuleHandle(dllPath);
Util\versioninfo.cs (1)
55IntPtr h = UnsafeNativeMethods.GetModuleHandle(module);