3 references to RemoveCodeSignatureIfPresent
Microsoft.NET.HostModel (3)
AppHost\HostWriter.cs (1)
159
else if (machObjectFile.
RemoveCodeSignatureIfPresent
(file, out long? length))
Bundle\Bundler.cs (1)
354
if (machFile.
RemoveCodeSignatureIfPresent
(machFileReader, out long? newEnd))
MachO\MachObjectFile.cs (1)
244
resized = machFile.
RemoveCodeSignatureIfPresent
(file, out newLength);