6 references to GetAligned
Microsoft.NET.HostModel (6)
ResourceUpdater.cs (6)
165GetAligned(lastSection.PointerToRawData + lastSection.SizeOfRawData, fileAlignment); 166rsrcVirtualAddress = GetAligned(lastSection.VirtualAddress + lastSection.VirtualSize, sectionAlignment); 186int newSectionSize = GetAligned(rsrcSectionDataSize, fileAlignment); 187int newSectionVirtualSize = GetAligned(rsrcSectionDataSize, sectionAlignment); 189int delta = newSectionSize - GetAligned(rsrcOriginalRawDataSize, fileAlignment); 190int virtualDelta = newSectionVirtualSize - GetAligned(rsrcOriginalVirtualSize, sectionAlignment);