2 references to GetModuleFileName
System.Web (2)
Management\WebEvents.cs (1)
1836if (UnsafeNativeMethods.GetModuleFileName(IntPtr.Zero, buf, 256) == 0) {
Util\versioninfo.cs (1)
60if (UnsafeNativeMethods.GetModuleFileName(h, buf, 256) == 0)