7 references to NativeMethods
Microsoft.Build.Tasks.Core (7)
BootstrapperUtil\ResourceUpdater.cs (7)
48hUpdate = NativeMethods.BeginUpdateResourceW(filePath, false); 53hUpdate = NativeMethods.BeginUpdateResourceW(filePath, false); 73if (!NativeMethods.UpdateResourceW(hUpdate, (IntPtr)resource.Type, resource.Name, 0, data, data.Length)) 85if (!NativeMethods.UpdateResourceW(hUpdate, (IntPtr)42, "COUNT", 0, countArray, countArray.Length)) 107if (!NativeMethods.UpdateResourceW(hUpdate, (IntPtr)42, dataName, 0, fileContent, fileLength)) 117if (!NativeMethods.UpdateResourceW(hUpdate, (IntPtr)42, keyName, 0, data, data.Length)) 131if (endUpdate && !NativeMethods.EndUpdateResource(hUpdate, false))