2 references to LOAD_LIBRARY_AS_DATAFILE
Microsoft.Build.Tasks.Core (2)
ManifestUtil\EmbeddedManifestReader.cs (1)
23hModule = NativeMethods.LoadLibraryExW(path, IntPtr.Zero, NativeMethods.LOAD_LIBRARY_AS_DATAFILE);
ManifestUtil\SecurityUtil.cs (1)
728hModule = NativeMethods.LoadLibraryExW(Path.Combine(clrDllDir, "clr.dll"), IntPtr.Zero, NativeMethods.LOAD_LIBRARY_AS_DATAFILE);