4 writes to AssemblyAlignment
Microsoft.NET.HostModel (4)
Bundle\TargetInfo.cs (4)
62AssemblyAlignment = 4096; 68AssemblyAlignment = 16384; 75AssemblyAlignment = 4096; 80AssemblyAlignment = 64;
3 references to AssemblyAlignment
Microsoft.NET.HostModel (3)
Bundle\Bundler.cs (3)
132long misalignment = (bundle.Position % _target.AssemblyAlignment); 136long padding = _target.AssemblyAlignment - misalignment; 311bundledFilesSize += _target.AssemblyAlignment;