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