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